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

SetGraphics Method
Sets graphic representation from 2 points.
Syntax
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