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


IGFSTableDescriptions.Add Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGFSTableDescriptions Interface > IGFSTableDescriptions.Add Method
ArcGIS Developer Help

IGFSTableDescriptions.Add Method

Adds a table description.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal TableDescription As IGFSTableDescription _
)
[C#]
public void Add (
    IGFSTableDescription TableDescription
);
[C++]
HRESULT Add(
  IGFSTableDescription* TableDescription
);
[C++]
Parameters
TableDescription [in]

TableDescription is a parameter of type IGFSTableDescription*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGFSTableDescriptions Interface