Interface IIfcProcedure
Readonly interface for IfcProcedure
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcProcedure : IIfcProcess, IIfcObject, IIfcObjectDefinition, IIfcRoot, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ProcedureID
Declaration
IfcIdentifier ProcedureID { get; set; }
Property Value
|
Improve this Doc
View Source
ProcedureType
Declaration
IfcProcedureTypeEnum ProcedureType { get; set; }
Property Value
|
Improve this Doc
View Source
UserDefinedProcedureType
Declaration
IfcLabel? UserDefinedProcedureType { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|