API Documentation > Miscellaneous > Object ProGtoldatumref > Function ProGtolCompositeSet
Function ProGtolCompositeSet
Description
Set composite tolerance
Replacement in Object TOOLKIT:
Synopsis
#include <ProGtol.h>
ProGtolCompositeSet
(
ProGtol* gtol
/* (In)
valid gtol.
*/
int index
/* (In)
position.Indices starts from 0. Pass PRO_VALUE_UNUSED to insert at end.
*/
wchar_t* value
/* (In)
value string. If NULL, row corresponding to input index will be removed.
*/
wchar_t* primary
/* (In)
primary datum string.
*/
wchar_t* secondary
/* (In)
secondary datum string.
*/
wchar_t* tertiary
/* (In)
tertiary datum string.
*/
)
Returns
The function completed successfully.
invalid index
The input argument is invalid.
Sample Code References
User Guide References
Was this helpful?