API Help
Eplan.EplApi.MasterData Namespace / MDConnectionPointPosition Class / X Property

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