Class IfcCenterLineProfileDef
Inheritance
System.Object
IfcCenterLineProfileDef
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcProfileDef>
System.IEquatable<IfcArbitraryOpenProfileDef>
System.IEquatable<IfcCenterLineProfileDef>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc2x3.ProfileResource
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcCenterLineProfileDef", 353)]
public class IfcCenterLineProfileDef : IfcArbitraryOpenProfileDef, INotifyPropertyChanged, IEquatable<IfcProfileDef>, IEquatable<IfcArbitraryOpenProfileDef>, IExpressValidatable, IIfcCenterLineProfileDef, IIfcArbitraryOpenProfileDef, IIfcProfileDef, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IInstantiableEntity, IIfcCenterLineProfileDef, IIfcArbitraryOpenProfileDef, IIfcProfileDef, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcCenterLineProfileDef>
Properties
| Improve this Doc View SourceThickness
Declaration
[EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcPositiveLengthMeasure Thickness { get; set; }
Property Value
Type | Description |
---|---|
IfcPositiveLengthMeasure |
Methods
| Improve this Doc View SourceEquals(IfcCenterLineProfileDef)
Declaration
public bool Equals(IfcCenterLineProfileDef other)
Parameters
Type | Name | Description |
---|---|---|
IfcCenterLineProfileDef | 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> |
IIfcCenterLineProfileDef.Thickness
Declaration
IfcPositiveLengthMeasure IIfcCenterLineProfileDef.Thickness { get; set; }
Returns
Type | Description |
---|---|
IfcPositiveLengthMeasure |
IIfcCenterLineProfileDef.Thickness
Declaration
[CrossSchemaAttribute(typeof(IIfcCenterLineProfileDef), 4)]
IfcPositiveLengthMeasure IIfcCenterLineProfileDef.Thickness { get; set; }
Returns
Type | Description |
---|---|
IfcPositiveLengthMeasure |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>