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


IGPUtilities.GetMapTables Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities Interface > IGPUtilities.GetMapTables Method
ArcGIS Developer Help

IGPUtilities.GetMapTables Method

Returns an enumeration of standalone tables in the current map.

[Visual Basic .NET]
Public Function GetMapTables ( _
) As IEnumTable
[C#]
public IEnumTable GetMapTables (
);
[C++]
HRESULT GetMapTables(
void
);

Product Availability

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

See Also

IGPUtilities Interface