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

In This Topic
    FRAME_EVALUATION_AREA_START_POINT_X(Int32) Property
    In This Topic
    Grid offset X # 12003. This property isn't indexed.
    Syntax
    public PropertyValue FRAME_EVALUATION_AREA_START_POINT_X( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FRAME_EVALUATION_AREA_START_POINT_X {
       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 X direction relative to the origin.

    See Also