Interface IIfcTask
Readonly interface for IfcTask
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcTask : IIfcProcess, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProcessSelect, IIfcProcessSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
IsMilestone
Declaration
IfcBoolean IsMilestone { get; set; }
Property Value
|
Improve this Doc
View Source
PredefinedType
Declaration
IfcTaskTypeEnum? PredefinedType { get; set; }
Property Value
|
Improve this Doc
View Source
Priority
Declaration
IfcInteger? Priority { get; set; }
Property Value
|
Improve this Doc
View Source
Status
Declaration
IfcLabel? Status { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
TaskTime
Declaration
IIfcTaskTime TaskTime { get; set; }
Property Value
|
Improve this Doc
View Source
WorkMethod
Declaration
IfcLabel? WorkMethod { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|