API Documentation > 3D drawings and annotations > Object ProGtol > Function ProGtolValueStringGet
Function ProGtolValueStringGet
Description
Get value string of gtol
Replacement in Object TOOLKIT:
Synopsis
#include <ProGtol.h>
ProGtolValueStringGet
(
ProGtol* gtol
/* (In)
valid gtol.
*/
wchar_t** value
/* (Out)
value string.Free it using ProWstringFree()
*/
)
Returns
The function completed successfully.
The input argument is invalid.
No value string found
Sample Code References
User Guide References
Was this helpful?