API Documentation > Geometry items > Object ProGeomitem > Function ProGeomitemGtolrefClear
Function ProGeomitemGtolrefClear
DEPRECATED:
Wildfire 5.0
Description
Note: This function is deprecated. Use ProGeomitemSetdatumClear() instead. Clears a datum plane or axis so it is no longer a gtol reference.
Synopsis
#include <ProGtol.h>
ProGeomitemGtolrefClear
(
ProGeomitem* geomitem
/* (In)
The datum plane or axis
*/
)
Returns
The function completed successfully.
Model is in read-only state.
The input argument is invalid.
Could not delete the given item because it has read-only access.
An error occurred and the function failed.
User Guide References
Was this helpful?