Revit 2025.3 API
IFCExtrusion |
Gets the reference to the IfcLocalPlacement handle used when creating the extrusion.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IFCAnyHandle GetLocalPlacement()
Public Function GetLocalPlacement As IFCAnyHandle
public: IFCAnyHandle^ GetLocalPlacement()
member GetLocalPlacement : unit -> IFCAnyHandle
Return Value
IFCAnyHandleThe IfcLocalPlacement handle.
See Also