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

In This Topic
    Y Property (MDDoorPosition)
    In This Topic
    Returns the Y position of the referenced door.
    Syntax
    public double Y {get; set;}
    public:
    property double Y {
       double get();
       void set (    double value);
    }
    See Also