Interface IIfcObjective
Readonly interface for IfcObjective
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcObjective : IIfcConstraint, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
BenchmarkValues
Declaration
IIfcMetric BenchmarkValues { get; set; }
Property Value
|
Improve this Doc
View Source
ObjectiveQualifier
Declaration
IfcObjectiveEnum ObjectiveQualifier { get; set; }
Property Value
|
Improve this Doc
View Source
ResultValues
Declaration
IIfcMetric ResultValues { get; set; }
Property Value
|
Improve this Doc
View Source
UserDefinedQualifier
Declaration
IfcLabel? UserDefinedQualifier { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|