SanStdAnnotationSetBlocksRemove
Description
Removes supplied blocks from a Std-Annotation Set and update the symbols.
Synopsis
Input arguments
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*
Name of the Std-Annotation Set to be manipulated. This name is an auto-created identifier, that can be found by editing the Set definition via the Configuration dialog.
Example: β€œstd_anno_1234”.
block_names
Required
wchar_t*
Names of the Std-Annotation Blocks to be removed from the Set. These names are auto-created identifiers, that can be found by editing the corresponding Blocks via the Configuration dialog.
Output arguments
Label
Value Type
Value
β€”
Error information in case of return value PRO_TK_GENERAL_ERROR.
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input argument is invalid.
PRO_TK_GENERAL_ERROR
Miscellaneous error. Check output argument array for further information.