This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGFSTableDescriptions Interface > IGFSTableDescriptions.Insert Method (ArcObjects .NET 10.5 SDK) |
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