DeleteLinkedSymbols method
- Last UpdatedMar 09, 2026
- 1 minute read
Deletes a collection of linked graphics from the object.
Class
IgObject
Syntax
[C#]
void DeleteLinkedSymbols(
string[] l_linkedGraphicNames
);
[Visual C++]
HRESULT DeleteLinkedSymbols
(
[in] SAFEARRAY(BSTR) l_linkedGraphicNames
);
Parameters
l_linkedGraphicNames
Array of linked graphics to delete