Revit 2026 API
IFCFamily |
Gets the extruded solid handle generated for the family instance.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IFCAnyHandle GetExtrusionHandle()
Public Function GetExtrusionHandle As IFCAnyHandle
public: IFCAnyHandle^ GetExtrusionHandle()
member GetExtrusionHandle : unit -> IFCAnyHandle
Return Value
IFCAnyHandleThe handle. If the extrusion analysis failed for the family, this will be a handle with no value assigned.
See Also