API Help
Eplan.EplApi.DataModel Namespace / DynamicConnectionLine Class / SetGraphics Method
First point of connection line.
Second point of connection line.

In This Topic
    SetGraphics Method
    In This Topic
    Sets graphic representation from 2 points.
    Syntax
    public void SetGraphics( 
       PointD pnt1,
       PointD pnt2
    )
    public:
    void SetGraphics( 
       PointD pnt1,
       PointD pnt2
    ) 

    Parameters

    pnt1
    First point of connection line.
    pnt2
    Second point of connection line.
    Exceptions
    ExceptionDescription
    Thrown when graphical representation of this DynamicConnectionLine cannot be set.
    See Also