Interface IIfcMetric
Readonly interface for IfcMetric
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcMetric : IIfcConstraint, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Benchmark
Declaration
IfcBenchmarkEnum Benchmark { get; set; }
Property Value
|
Improve this Doc
View Source
DataValue
Declaration
IIfcMetricValueSelect DataValue { get; set; }
Property Value
|
Improve this Doc
View Source
ReferencePath
Declaration
IIfcReference ReferencePath { get; set; }
Property Value
|
Improve this Doc
View Source
ValueSource
Declaration
IfcLabel? ValueSource { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|