IVisualElement (ITF)

INTERFACE IVisualElement EXTENDS __SYSTEM.IQueryInterface

The interface that a Visual Element has to implement so that it can be used in a visualisation. It extends the IQueryInterface interface, so that we are able to extend the functionality of visualization elements by simply introducing a new interface, which some visualization elements implement and others don’t (f.e. IProvidesElementName).

Methods:

Structure: