Interface IIfcProcess
Readonly interface for IfcProcess
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcProcess : IIfcObject, 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
IsPredecessorTo
Declaration
IEnumerable<IIfcRelSequence> IsPredecessorTo { get; }
Property Value
|
Improve this Doc
View Source
IsSuccessorFrom
Declaration
IEnumerable<IIfcRelSequence> IsSuccessorFrom { get; }
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