ArcObjects Library Reference  (Geoprocessing)    

IGPUtilities.GetMapTables Method

Returns an enumeration of standalone tables in the current map.

[Visual Basic 6.0]
Function GetMapTables As IEnumTable
[Visual Basic .NET]
Public Function GetMapTables ( _
) As IEnumTable
[C#]
public IEnumTable GetMapTables (
);
[Java]
public IEnumTable getMapTables (
)
throws
    IOException,
    AutomationException
[C++]
HRESULT GetMapTables(
  IEnumTable** ppTables
);
[C++]

Parameters

ppTables [out, retval]

  ppTables is a parameter of type IEnumTable

Product Availability

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

See Also

IGPUtilities Interface

 


Feedback Send feedback on this page