API Documentation > Miscellaneous > Object ProGtoldata > Function ProGeomitemSetdatumGet
Function ProGeomitemSetdatumGet
Description
Shows whether a datum plane or axis is a Set Datum. This function supersedes ProGeomitemIsGtolref.
Synopsis
#include <ProGtol.h>
ProGeomitemSetdatumGet
(
ProGeomitem* geomitem
/* (In)
The datum plane or axis
*/
/* (Out)
TRUE is the datum is a Set Datum.
*/
/* (Out)
The type and reference object for the "Set Datum" to apply. If type of ProGtolsetdatumValue is PRO_GTOLREF_IN_GEOM, the caller should free the memory for value.ref.geom by using ProSelectionFree().
*/
)
Returns
The function completed successfully.
The input argument is invalid.
An error occurred and the function failed.
Sample Code References
User Guide References
Was this helpful?