Class IfcMetric
Inheritance
System.Object
IfcMetric
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.Ifc4.dll
Syntax
[ExpressType("IfcMetric", 80)]
public class IfcMetric : IfcConstraint, INotifyPropertyChanged, IEquatable<IfcConstraint>, IExpressValidatable, IInstantiableEntity, IIfcMetric, IIfcConstraint, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcMetric>
Properties
|
Improve this Doc
View Source
Benchmark
Declaration
[EntityAttribute(8, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 10)]
public IfcBenchmarkEnum Benchmark { get; set; }
Property Value
|
Improve this Doc
View Source
DataValue
Declaration
[EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 12)]
public IfcMetricValueSelect DataValue { get; set; }
Property Value
|
Improve this Doc
View Source
ReferencePath
Declaration
[EntityAttribute(11, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 13)]
public IfcReference ReferencePath { get; set; }
Property Value
|
Improve this Doc
View Source
ValueSource
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 11)]
public IfcLabel? ValueSource { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
Methods
|
Improve this Doc
View Source
Equals(IfcMetric)
Declaration
public bool Equals(IfcMetric 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
IIfcMetric.Benchmark
Declaration
IfcBenchmarkEnum IIfcMetric.Benchmark { get; set; }
Returns
|
Improve this Doc
View Source
IIfcMetric.DataValue
Declaration
IIfcMetricValueSelect IIfcMetric.DataValue { get; set; }
Returns
|
Improve this Doc
View Source
IIfcMetric.ReferencePath
Declaration
IIfcReference IIfcMetric.ReferencePath { get; set; }
Returns
|
Improve this Doc
View Source
IIfcMetric.ValueSource
Declaration
IfcLabel? IIfcMetric.ValueSource { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>