Sets a user defined icon for an element.
Syntax |
Description |
---|---|
seticon (name,icon); |
Set a user defined icon for element ‘name’. Parameter ‘icon’ should be a vector image format SVG (Scalable Vector Graphics) file. |
Example
Set the icon ‘transmission.svg’ to an existing compound element ‘COMPOUND_1’
seticon("COMPOUND_1","transmission.svg");
See Also