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

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