Interface IIfcProcess
Readonly interface for IfcProcess
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcProcess : IIfcObject, IIfcObjectDefinition, IIfcRoot, IPersistEntity, IPersist
Properties
|
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
OperatesOn
Declaration
IEnumerable<IIfcRelAssignsToProcess> OperatesOn { get; }
Property Value