Interface IIfcTask
Readonly interface for IfcTask
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcTask : IIfcProcess, IIfcObject, IIfcObjectDefinition, IIfcRoot, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
IsMilestone
Declaration
bool IsMilestone { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Priority
Declaration
long? Priority { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
Status
Declaration
IfcLabel? Status { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
TaskId
Declaration
IfcIdentifier TaskId { get; set; }
Property Value
|
Improve this Doc
View Source
WorkMethod
Declaration
IfcLabel? WorkMethod { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|