ArcObjects Library Reference  (Carto)    

IStandaloneTableCollection.AddStandaloneTable Method

Adds a standalone table to the collection.

[Visual Basic 6.0]
Sub AddStandaloneTable(
    ByVal Table As IStandaloneTable _
)
[Visual Basic .NET]
Public Sub AddStandaloneTable ( _
    ByVal Table As IStandaloneTable _
)
[C#]
public void AddStandaloneTable (
    IStandaloneTable Table
);
[Java]
public void addStandaloneTable (
    IStandaloneTable Table
)
throws
    IOException,
    AutomationException
[C++]
HRESULT AddStandaloneTable(
  IStandaloneTable* Table
);
[C++]

Parameters

Table [in]

  Table is a parameter of type IStandaloneTable

Product Availability

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

See Also

IStandaloneTableCollection Interface

 


Feedback Send feedback on this page