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

In This Topic
    FRAME_EVALUATION_AREA_START_POINT_Y(Int32) Property
    In This Topic
    Grid offset Y # 12004. This property isn't indexed.
    Syntax
    public PropertyValue FRAME_EVALUATION_AREA_START_POINT_Y( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FRAME_EVALUATION_AREA_START_POINT_Y {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    Grid offset in the Y direction relative to the origin.

    See Also