Interface IIfcWorkControl
Readonly interface for IfcWorkControl
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcWorkControl : IIfcControl, IIfcObject, IIfcObjectDefinition, IIfcRoot, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
CreationDate
Declaration
IIfcDateTimeSelect CreationDate { get; set; }
Property Value
|
Improve this Doc
View Source
Creators
Declaration
IItemSet<IIfcPerson> Creators { get; }
Property Value
|
Improve this Doc
View Source
Duration
Declaration
IfcTimeMeasure? Duration { get; set; }
Property Value
|
Improve this Doc
View Source
FinishTime
Declaration
IIfcDateTimeSelect FinishTime { get; set; }
Property Value
|
Improve this Doc
View Source
Identifier
Declaration
IfcIdentifier Identifier { get; set; }
Property Value
|
Improve this Doc
View Source
Purpose
Declaration
IfcLabel? Purpose { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
StartTime
Declaration
IIfcDateTimeSelect StartTime { get; set; }
Property Value
|
Improve this Doc
View Source
TotalFloat
Declaration
IfcTimeMeasure? TotalFloat { get; set; }
Property Value
|
Improve this Doc
View Source
UserDefinedControlType
Declaration
IfcLabel? UserDefinedControlType { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
WorkControlType
Declaration
IfcWorkControlTypeEnum? WorkControlType { get; set; }
Property Value