Interface IIfcTaskType
Readonly interface for IfcTaskType
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcTaskType : IIfcTypeProcess, IIfcTypeObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProcessSelect, IIfcProcessSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
PredefinedType
Declaration
IfcTaskTypeEnum PredefinedType { get; set; }
Property Value
|
Improve this Doc
View Source
WorkMethod
Declaration
IfcLabel? WorkMethod { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|