ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SubtypeGroupTable Class / Insert Method / Insert(Int32,StandaloneTable) Method

In This Topic
    Insert(Int32,StandaloneTable) Method
    In This Topic
    Syntax
    Public Overloads Sub Insert( _
       ByVal index As Integer, _
       ByVal table As StandaloneTable _
    ) 
    public void Insert( 
       int index,
       StandaloneTable table
    )

    Parameters

    index
    table
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.3 or higher.
    See Also