Class IfcLightIntensityDistribution
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcLightIntensityDistribution>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.PresentationOrganizationResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcLightIntensityDistribution", 754)]
public class IfcLightIntensityDistribution : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcLightIntensityDistribution, IfcLightDistributionDataSourceSelect, IIfcLightDistributionDataSourceSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcLightIntensityDistribution>
Properties
| Improve this Doc View SourceDistributionData
Declaration
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 2)]
public IItemSet<IfcLightDistributionData> DistributionData { get; }
Property Value
Type | Description |
---|---|
IItemSet<IfcLightDistributionData> |
LightDistributionCurve
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 1)]
public IfcLightDistributionCurveEnum LightDistributionCurve { get; set; }
Property Value
Type | Description |
---|---|
IfcLightDistributionCurveEnum |
Methods
| Improve this Doc View SourceEquals(IfcLightIntensityDistribution)
Declaration
public bool Equals(IfcLightIntensityDistribution other)
Parameters
Type | Name | Description |
---|---|---|
IfcLightIntensityDistribution | other |
Returns
Type | Description |
---|---|
System.Boolean |
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | propIndex | |
IPropertyValue | value | |
System.Int32[] | nestedIndex |
Overrides
Explicit Interface Implementations
| Improve this Doc View SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcLightIntensityDistribution.DistributionData
Declaration
IItemSet<IIfcLightDistributionData> IIfcLightIntensityDistribution.DistributionData { get; }
Returns
Type | Description |
---|---|
IItemSet<IIfcLightDistributionData> |
IIfcLightIntensityDistribution.LightDistributionCurve
Declaration
IfcLightDistributionCurveEnum IIfcLightIntensityDistribution.LightDistributionCurve { get; set; }
Returns
Type | Description |
---|---|
IfcLightDistributionCurveEnum |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>