API Help
Eplan.EplApi.Base Namespace / PointD Structure / PointD Constructor / PointD Constructor(Double,Double)
X coordinate
Y coordinate

In This Topic
PointD Constructor(Double,Double)
In This Topic
Constructor to initialize a point with a set of coordinates.
Syntax
public PointD( 
   double x,
   double y
)

Parameters

x
X coordinate
y
Y coordinate
See Also