IFCProductWrapper.FindExtrusionCreationParameters
Method
Description:
Obtains the extrusion creation data associated with the given element.
Obtains the extrusion creation data associated with the given element.
Syntax
public IFCExtrusionCreationData FindExtrusionCreationParameters(
IFCAnyHandle elementHandle
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| elementHandle | IFCAnyHandle | The handle. |
Return Value
| Type | Description |
|---|---|
| IFCExtrusionCreationData | The parameters. if no parameters are associated with the element. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |