Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / ContactImage Class / IsOnComponent Property

In This Topic
    IsOnComponent Property
    In This Topic
    If true then object is displayed next to its parent.
    Syntax
    public bool IsOnComponent {get; set;}
    public:
    property bool IsOnComponent {
       bool get();
       void set (    bool value);
    }
    Remarks

    If this property is set to false then contact image, depending on the selected plot frame, is displayed below or right on the page in the schematic path of the component.

    If property AutoAlign is false, then location is set manually and this property is not used by P8 to determine the location.

    See Also