Interface IIfcProjectOrder
Readonly interface for IfcProjectOrder
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcProjectOrder : IIfcControl, IIfcObject, IIfcObjectDefinition, IIfcRoot, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ID
Declaration
IfcIdentifier ID { get; set; }
Property Value
|
Improve this Doc
View Source
PredefinedType
Declaration
IfcProjectOrderTypeEnum PredefinedType { get; set; }
Property Value
|
Improve this Doc
View Source
Status
Declaration
IfcLabel? Status { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|