Obtains the extrusion creation data associated with the given element.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IFCExtrusionCreationData FindExtrusionCreationParameters(
IFCAnyHandle elementHandle
)
Parameters
- elementHandle IFCAnyHandle
-
The handle.
Return Value
IFCExtrusionCreationData
The parameters.
null if no parameters are associated with the element.
Exceptions
See Also
Reference