Interface IIfcMove
Readonly interface for IfcMove
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcMove : IIfcTask, IIfcProcess, IIfcObject, IIfcObjectDefinition, IIfcRoot, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
MoveFrom
Declaration
IIfcSpatialStructureElement MoveFrom { get; set; }
Property Value
|
Improve this Doc
View Source
MoveTo
Declaration
IIfcSpatialStructureElement MoveTo { get; set; }
Property Value
|
Improve this Doc
View Source
PunchList
Declaration
IItemSet<IfcText> PunchList { get; }
Property Value