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

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