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

In This Topic
    FRAME_FORMAT_OF_NUMBERING_POSITION(Int32) Property
    In This Topic
    Row numbering format # 12009. This property isn't indexed.
    Syntax
    public PropertyValue FRAME_FORMAT_OF_NUMBERING_POSITION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FRAME_FORMAT_OF_NUMBERING_POSITION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Format of the row numbers: 0 = numeric, 1 = alphanumeric.

    See Also