Interface IIfcTypeProcess
Readonly interface for IfcTypeProcess
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcTypeProcess : IIfcTypeObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProcessSelect, IIfcProcessSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Identification
Declaration
IfcIdentifier? Identification { get; set; }
Property Value
|
Improve this Doc
View Source
LongDescription
Declaration
IfcText? LongDescription { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
OperatesOn
Declaration
IEnumerable<IIfcRelAssignsToProcess> OperatesOn { get; }
Property Value
|
Improve this Doc
View Source
ProcessType
Declaration
IfcLabel? ProcessType { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|