SanSymbolsByIdsDelete
Description
Delete symbol instances via their ids from a model/drawing. Symbols which belong to Std-Annotations or drawing formats won’t be deleted.
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.
item_ids
Required
wchar_t*
Concatenated list of symbol instance ids. Use ‘\n’ as delimiter between each id. Example: “1234\n5678\n27956”.
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.