Class IfcRectangleProfileDef
Inheritance
System.Object
IfcRectangleProfileDef
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcProfileDef>
System.IEquatable<IfcParameterizedProfileDef>
System.IEquatable<IfcRectangleProfileDef>
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("IfcRectangleProfileDef", 103)]
public class IfcRectangleProfileDef : IfcParameterizedProfileDef, INotifyPropertyChanged, IEquatable<IfcProfileDef>, IEquatable<IfcParameterizedProfileDef>, IIfcRectangleProfileDef, IIfcParameterizedProfileDef, IIfcProfileDef, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IInstantiableEntity, IIfcRectangleProfileDef, IIfcParameterizedProfileDef, IIfcProfileDef, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcRectangleProfileDef>
Properties
| Improve this Doc View SourceXDim
Declaration
[EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcPositiveLengthMeasure XDim { get; set; }
Property Value
Type | Description |
---|---|
IfcPositiveLengthMeasure |
YDim
Declaration
[EntityAttribute(5, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcPositiveLengthMeasure YDim { get; set; }
Property Value
Type | Description |
---|---|
IfcPositiveLengthMeasure |
Methods
| Improve this Doc View SourceEquals(IfcRectangleProfileDef)
Declaration
public bool Equals(IfcRectangleProfileDef other)
Parameters
Type | Name | Description |
---|---|---|
IfcRectangleProfileDef | 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> |
IIfcRectangleProfileDef.XDim
Declaration
IfcPositiveLengthMeasure IIfcRectangleProfileDef.XDim { get; set; }
Returns
Type | Description |
---|---|
IfcPositiveLengthMeasure |
IIfcRectangleProfileDef.YDim
Declaration
IfcPositiveLengthMeasure IIfcRectangleProfileDef.YDim { get; set; }
Returns
Type | Description |
---|---|
IfcPositiveLengthMeasure |
IIfcRectangleProfileDef.XDim
Declaration
[CrossSchemaAttribute(typeof(IIfcRectangleProfileDef), 4)]
IfcPositiveLengthMeasure IIfcRectangleProfileDef.XDim { get; set; }
Returns
Type | Description |
---|---|
IfcPositiveLengthMeasure |
IIfcRectangleProfileDef.YDim
Declaration
[CrossSchemaAttribute(typeof(IIfcRectangleProfileDef), 5)]
IfcPositiveLengthMeasure IIfcRectangleProfileDef.YDim { get; set; }
Returns
Type | Description |
---|---|
IfcPositiveLengthMeasure |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>