Adds a table description at the specified position.
[Visual Basic .NET] Public Sub Insert ( _ ByVal Index As Integer, _ ByVal TableDescription As IGFSTableDescription _ )
[C#] public void Insert ( int Index, IGFSTableDescription TableDescription );
[C++]
HRESULT Insert(
long Index,
IGFSTableDescription* TableDescription
);
[C++]Parameters
Index [in] Index is a parameter of type long TableDescription [in]TableDescription is a parameter of type IGFSTableDescription
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.