Class IfcPhysicalSimpleQuantity
Inheritance
System.Object
IfcPhysicalSimpleQuantity
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcPhysicalQuantity>
System.IEquatable<IfcPhysicalSimpleQuantity>
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.QuantityResource
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcPhysicalSimpleQuantity", 101)]
public abstract class IfcPhysicalSimpleQuantity : IfcPhysicalQuantity, INotifyPropertyChanged, IEquatable<IfcPhysicalQuantity>, IIfcPhysicalSimpleQuantity, IIfcPhysicalQuantity, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IIfcPhysicalSimpleQuantity, IIfcPhysicalQuantity, IPersistEntity, IPersist, IEquatable<IfcPhysicalSimpleQuantity>
Properties
| Improve this Doc View SourceUnit
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
public IfcNamedUnit Unit { get; set; }
Property Value
Type | Description |
---|---|
IfcNamedUnit |
Methods
| Improve this Doc View SourceEquals(IfcPhysicalSimpleQuantity)
Declaration
public bool Equals(IfcPhysicalSimpleQuantity other)
Parameters
Type | Name | Description |
---|---|---|
IfcPhysicalSimpleQuantity | 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 SourceIIfcPhysicalSimpleQuantity.Unit
Declaration
IIfcNamedUnit IIfcPhysicalSimpleQuantity.Unit { get; set; }
Returns
Type | Description |
---|---|
IIfcNamedUnit |
IIfcPhysicalSimpleQuantity.Unit
Declaration
[CrossSchemaAttribute(typeof(IIfcPhysicalSimpleQuantity), 3)]
IIfcNamedUnit IIfcPhysicalSimpleQuantity.Unit { get; set; }
Returns
Type | Description |
---|---|
IIfcNamedUnit |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>