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

In This Topic
    FRAME_PATH_STARTID(Int32) Property
    In This Topic
    Start value (column) # 12025. This property isn't indexed.
    Syntax
    public PropertyValue FRAME_PATH_STARTID( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FRAME_PATH_STARTID {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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