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

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