Class IfcRibPlateProfileProperties
Inheritance
System.Object
IfcRibPlateProfileProperties
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.Ifc2x3.dll
Syntax
[ExpressType("IfcRibPlateProfileProperties", 763)]
public class IfcRibPlateProfileProperties : IfcProfileProperties, INotifyPropertyChanged, IIfcProfileProperties, IIfcExtendedProperties, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IEquatable<IfcProfileProperties>, IInstantiableEntity, IIfcRibPlateProfileProperties, IIfcProfileProperties, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcRibPlateProfileProperties>
Properties
|
Improve this Doc
View Source
Direction
Declaration
[EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 7)]
public IfcRibPlateDirectionEnum Direction { get; set; }
Property Value
|
Improve this Doc
View Source
RibHeight
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcPositiveLengthMeasure? RibHeight { get; set; }
Property Value
|
Improve this Doc
View Source
RibSpacing
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcPositiveLengthMeasure? RibSpacing { get; set; }
Property Value
|
Improve this Doc
View Source
RibWidth
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcPositiveLengthMeasure? RibWidth { get; set; }
Property Value
|
Improve this Doc
View Source
Thickness
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcPositiveLengthMeasure? Thickness { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcRibPlateProfileProperties)
Declaration
public bool Equals(IfcRibPlateProfileProperties 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
IContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IIfcRibPlateProfileProperties.Direction
Declaration
IfcRibPlateDirectionEnum IIfcRibPlateProfileProperties.Direction { get; set; }
Returns
|
Improve this Doc
View Source
IIfcRibPlateProfileProperties.RibHeight
Declaration
IfcPositiveLengthMeasure? IIfcRibPlateProfileProperties.RibHeight { get; set; }
Returns
|
Improve this Doc
View Source
IIfcRibPlateProfileProperties.RibSpacing
Declaration
IfcPositiveLengthMeasure? IIfcRibPlateProfileProperties.RibSpacing { get; set; }
Returns
|
Improve this Doc
View Source
IIfcRibPlateProfileProperties.RibWidth
Declaration
IfcPositiveLengthMeasure? IIfcRibPlateProfileProperties.RibWidth { get; set; }
Returns
|
Improve this Doc
View Source
IIfcRibPlateProfileProperties.Thickness
Declaration
IfcPositiveLengthMeasure? IIfcRibPlateProfileProperties.Thickness { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>