This document is archived and information here might be outdated.  Recommended version.


IGFSTableDescriptions.Insert Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IGFSTableDescriptions.Insert Method

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.

See Also

IGFSTableDescriptions Interface