Interface IIfcMetric
Readonly interface for IfcMetric
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcMetric : IIfcConstraint, 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
ValueSource
Declaration
IfcLabel? ValueSource { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|