Advanced SVG image

Display an SVG Tiny 1.2 image and change the properties of individual image parts at design time or runtime.

Use case

Statically or dynamically change a part or the entire SVG image. For example, signal a hardware part malfunction by highlighting a given hardware part representation.

Implementation notes

Consider the following while implementing Advanced SVG image objects:
  • The SVG image must contain the ID attribute and properties for the individual image parts you want to change.
  • The Advanced SVG image object exposes a
    SetImageContent
    C# method. You can only use this method at runtime.
    For more information about extending projects with C# code, see Extending projects.

Example

Application example - disabled alarm
Conveyor chassis icon with a disabled alarm toggle.
Application example - enabled alarm
Conveyor chassis icon with a toggle to trigger a malfunction alarm.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal