Eplan Platform API
Eplan.EplApi.DataModel Namespace / PagePropertyList Class / FRAME_PATH_STARTID Property / FRAME_PATH_STARTID Property

In This Topic
    FRAME_PATH_STARTID Property
    In This Topic
    Start value (column) # 12025.
    Syntax
    public PropertyValue FRAME_PATH_STARTID {get; set;}
    public:
    property PropertyValue^ FRAME_PATH_STARTID {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Int64.
    Remarks

    The column 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