GetExtrusionHandle Method


IFCFamily Instance Extrusion Export Results Get Extrusion Handle Method

Gets the extruded solid handle generated for the family instance.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IFCAnyHandle GetExtrusionHandle()

Return Value

IFCAnyHandle
The handle. If the extrusion analysis failed for the family, this will be a handle with no value assigned.
See Also