ArcObjects Library Reference  (Geoprocessing)    

IGPUtilities.GetGPTableViews Method

Returns an enumeration of geoprocessing table views.

[Visual Basic 6.0]
Function GetGPTableViews As IEnumGPValue
[Visual Basic .NET]
Public Function GetGPTableViews ( _
) As IEnumGPValue
[C#]
public IEnumGPValue GetGPTableViews (
);
[Java]
public IEnumGPValue getGPTableViews (
)
throws
    IOException,
    AutomationException
[C++]
HRESULT GetGPTableViews(
  IEnumGPValue** ppValues
);
[C++]

Parameters

ppValues [out, retval]

  ppValues is a parameter of type IEnumGPValue

Product Availability

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

See Also

IGPUtilities Interface

 


Feedback Send feedback on this page