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

In This Topic
    X Property (MDPartMountingPanelPosition)
    In This Topic
    The X position of the referenced mounting panel.
    Syntax
    public double X {get; set;}
    public:
    property double X {
       double get();
       void set (    double value);
    }
    See Also