API Documentation > 3D drawings and annotations > Object ProGtol > Function ProGtolIndicatorsSet
Function ProGtolIndicatorsSet
Description
Set indicators of gtol. Pass types, symbols and dfs as NULL to remove all indicators.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGtol.h>
ProGtolIndicatorsSet
(
ProGtol* gtol
/* (In)
valid gtol.
*/
/* (In)
ProArray() of indicator types. Maximum array size is 3.
*/
wchar_t** symbols
/* (In)
ProArray() of indicator symbols strings. Maximum array size is 3.
*/
wchar_t** dfs
/* (In)
ProArray() of dfs strings. Maximum array size is 3.
*/
)
Returns
The function completed successfully.
The input argument is invalid.
User Guide References
Was this helpful?