Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / PlotFramePropertyList Class / FRAME_AREA_Y Property / FRAME_AREA_Y Property

In This Topic
    FRAME_AREA_Y Property
    In This Topic
    Plot frame dimensions: Y axis # 12034.
    Syntax
    public PropertyValue FRAME_AREA_Y {get; set;}
    public:
    property PropertyValue^ FRAME_AREA_Y {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Double.
    Remarks

    Defines the Y axis dimensions of the plot frame. Required for 100 % zoom.

    See Also