Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionPointPosition Class / XPosition Property

In This Topic
    XPosition Property
    In This Topic
    The X-position of the connection point
    Syntax
    public double XPosition {get; set;}
    public:
    property double XPosition {
       double get();
       void set (    double value);
    }
    See Also