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

In This Topic
    FRAME_POS_STARTID Property
    In This Topic
    Start value (row) # 12026.
    Syntax
    public PropertyValue FRAME_POS_STARTID {get; set;}
    public:
    property PropertyValue^ FRAME_POS_STARTID {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Int64.
    Remarks

    The row numbers of the grid are normally numbered from left to right (starting with 0). A different starting value can be provided here; this is useful for project-wide numbering.

    See Also