API Documentation > 3D drawings and annotations > Object ProGtol > Function ProGtolIndicatorsGet
Function ProGtolIndicatorsGet
Description
Get indicators of gtol
Replacement in Object TOOLKIT:
Synopsis
#include <ProGtol.h>
ProGtolIndicatorsGet
(
ProGtol* gtol
/* (In)
valid gtol.
*/
/* (Out)
ProArray() of indicator types. Free it using ProArrayFree()
*/
wchar_t*** symbols
/* (Out)
ProArray() of indicator symbols strings. Free it using ProWstringproarrayFree()
*/
wchar_t*** dfs
/* (Out)
ProArray() of dfs strings. Free it using ProWstringproarrayFree()
*/
)
Returns
The function completed successfully.
The input argument is invalid.
No indicators found for specified gtol
User Guide References
Was this helpful?