<Code Lib>
2024 Method
Changes 4
M

IFCProductWrapper.FindExtrusionCreationParameters

Description:
Obtains the extrusion creation data associated with the given element.

public IFCExtrusionCreationData FindExtrusionCreationParameters(
	IFCAnyHandle elementHandle
)

Return Value nullNothingnullptr The parameters. null Nothing nullptr a null reference ( Nothing in Visual Basic) if no parameters are associated with the element.

Loading…