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