Label
|
Use
|
Value Type
|
Value
|
---|---|---|---|
Optional
|
—
|
Input arguments to initialize the model handle to be operated. If not provided, model of active window is used.
|
|
set_name |
Required
|
wchar_t*
|
Identifier of the Std-Annotation Set. Example: “std_anno_1234”. |
Label
|
Value Type
|
Value
|
---|---|---|
result
|
wchar_t*
|
Solid model: Concatenated list of combined state names. ‘\n’ is used as delimiter between each identifier. Example: “General\nInspection”.
Drawing: Concatenated list of sheet indices. ‘\n’ is used as delimiter between each identifier. Example: “1\n3\n4” means sheet 1,
3 and 4.
|
—
|
Error information in case of return value PRO_TK_GENERAL_ERROR.
|
PRO_TK_NO_ERROR
|
The function succeeded.
|
PRO_TK_BAD_INPUTS
|
One or more input argument is invalid.
|
PRO_TK_E_NOT_FOUND
|
Std-Annotation Set not found within the model/drawing.
|
PRO_TK_GENERAL_ERROR
|
Miscellaneous error. Check output argument array for further information.
|