Revit 2025.3 API
IFCProduct |
Obtains the extrusion creation data associated with the given element.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IFCExtrusionCreationData FindExtrusionCreationParameters( IFCAnyHandle elementHandle )
Public Function FindExtrusionCreationParameters ( elementHandle As IFCAnyHandle ) As IFCExtrusionCreationData
public: IFCExtrusionCreationData^ FindExtrusionCreationParameters( IFCAnyHandle^ elementHandle )
member FindExtrusionCreationParameters : elementHandle : IFCAnyHandle -> IFCExtrusionCreationData
Parameters
- elementHandle IFCAnyHandle
- The handle.
Return Value
IFCExtrusionCreationDataThe parameters. if no parameters are associated with the element.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also