API Help
Eplan.EplApi.DataModel.MasterData Namespace / PlotFramePropertyList Class / FRAME_AREA_X Property / FRAME_AREA_X(Int32) Property

In This Topic
    FRAME_AREA_X(Int32) Property
    In This Topic
    Plot frame dimensions: X axis # 12033. This property isn't indexed.
    Syntax
    public PropertyValue FRAME_AREA_X( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FRAME_AREA_X {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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