Documentación de la API > 3D drawings and annotations > Object ProGtol > Function ProGtolDatumReferencesGet
Function ProGtolDatumReferencesGet
Description
Get datum references to gtol.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGtol.h>
ProGtolDatumReferencesGet
(
ProGtol* gtol
/* (In)
valid gtol.
*/
wchar_t** primary
/* (Out)
primary datum ref. Can be NULL. Free it using ProWstringFree()
*/
wchar_t** secondary
/* (Out)
secondary datum ref. Can be NULL. Free it using ProWstringFree()
*/
wchar_t** tertiary
/* (Out)
tertiary datum ref. Can be NULL. Free it using ProWstringFree()
*/
)
Returns
The function completed successfully.
The input argument is invalid.
Sample Code References
User Guide References
¿Fue esto útil?