Class IfcLightDistributionData
Inheritance
System.Object
IfcLightDistributionData
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcLightDistributionData", 753)]
public class IfcLightDistributionData : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcLightDistributionData, IPersistEntity, IPersist, IEquatable<IfcLightDistributionData>
Properties
|
Improve this Doc
View Source
LuminousIntensity
Declaration
[EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.None, new int[]{1}, new int[]{-1}, 3)]
public IItemSet<IfcLuminousIntensityDistributionMeasure> LuminousIntensity { get; }
Property Value
|
Improve this Doc
View Source
MainPlaneAngle
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
public IfcPlaneAngleMeasure MainPlaneAngle { get; set; }
Property Value
|
Improve this Doc
View Source
SecondaryPlaneAngle
Declaration
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.None, new int[]{1}, new int[]{-1}, 2)]
public IItemSet<IfcPlaneAngleMeasure> SecondaryPlaneAngle { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcLightDistributionData)
Declaration
public bool Equals(IfcLightDistributionData other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
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 Source
IIfcLightDistributionData.LuminousIntensity
Declaration
IItemSet<IfcLuminousIntensityDistributionMeasure> IIfcLightDistributionData.LuminousIntensity { get; }
Returns
|
Improve this Doc
View Source
IIfcLightDistributionData.MainPlaneAngle
Declaration
IfcPlaneAngleMeasure IIfcLightDistributionData.MainPlaneAngle { get; set; }
Returns
|
Improve this Doc
View Source
IIfcLightDistributionData.SecondaryPlaneAngle
Declaration
IItemSet<IfcPlaneAngleMeasure> IIfcLightDistributionData.SecondaryPlaneAngle { get; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>