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

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

    Property Value

    Returns property value of type System.Double.
    Remarks

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

    See Also