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

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