IFCExtrusionDataIsValid Method

Determines if the extrusion data represents a valid extrusion.

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

Return Value

Boolean
True if the extrusion is valid, false otherwise.
See Also