Class IfcPhysicalQuantity
Inheritance
System.Object
IfcPhysicalQuantity
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("IfcPhysicalQuantity", 102)]
public abstract class IfcPhysicalQuantity : PersistEntity, INotifyPropertyChanged, IIfcPhysicalQuantity, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IIfcPhysicalQuantity, IPersistEntity, IPersist, IEquatable<IfcPhysicalQuantity>
Properties
|
Improve this Doc
View Source
Description
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcText? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Name
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
public IfcLabel Name { get; set; }
Property Value
|
Improve this Doc
View Source
PartOfComplex
Declaration
[InverseProperty("HasQuantities")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 3)]
public IEnumerable<IfcPhysicalComplexQuantity> PartOfComplex { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcPhysicalQuantity)
Declaration
public bool Equals(IfcPhysicalQuantity 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
IIfcPhysicalQuantity.Description
Declaration
IfcText? IIfcPhysicalQuantity.Description { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
IIfcPhysicalQuantity.Name
Declaration
IfcLabel IIfcPhysicalQuantity.Name { get; set; }
Returns
|
Improve this Doc
View Source
IIfcPhysicalQuantity.PartOfComplex
Declaration
IEnumerable<IIfcPhysicalComplexQuantity> IIfcPhysicalQuantity.PartOfComplex { get; }
Returns
|
Improve this Doc
View Source
IIfcPhysicalQuantity.Description
Declaration
[CrossSchemaAttribute(typeof(IIfcPhysicalQuantity), 2)]
IfcText? IIfcPhysicalQuantity.Description { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
IIfcPhysicalQuantity.HasExternalReferences
Declaration
IEnumerable<IIfcExternalReferenceRelationship> IIfcPhysicalQuantity.HasExternalReferences { get; }
Returns
|
Improve this Doc
View Source
IIfcPhysicalQuantity.Name
Declaration
[CrossSchemaAttribute(typeof(IIfcPhysicalQuantity), 1)]
IfcLabel IIfcPhysicalQuantity.Name { get; set; }
Returns
|
Improve this Doc
View Source
IIfcPhysicalQuantity.PartOfComplex
Declaration
IEnumerable<IIfcPhysicalComplexQuantity> IIfcPhysicalQuantity.PartOfComplex { get; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>