Interface IIfcRelSequence
Readonly interface for IfcRelSequence
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcRelSequence : IIfcRelConnects, IIfcRelationship, IIfcRoot, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Declaration
IIfcProcess RelatedProcess { get; set; }
Property Value
|
Improve this Doc
View Source
RelatingProcess
Declaration
IIfcProcess RelatingProcess { get; set; }
Property Value
|
Improve this Doc
View Source
SequenceType
Declaration
IfcSequenceEnum? SequenceType { get; set; }
Property Value
|
Improve this Doc
View Source
TimeLag
Declaration
IIfcLagTime TimeLag { get; set; }
Property Value
|
Improve this Doc
View Source
UserDefinedSequenceType
Declaration
IfcLabel? UserDefinedSequenceType { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|