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


IGPTest.GetFunctionNameObjects Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPTest.GetFunctionNameObjects Method

GetFunctionNameObjects.

[Visual Basic .NET]
Public Function GetFunctionNameObjects ( _
) As IArray
[C#]
public IArray GetFunctionNameObjects (
);
[C++]
HRESULT GetFunctionNameObjects(
  IArray** gpNames
);
[C++]

Parameters gpNames [out, retval]
gpNames is a parameter of type IArray

Product Availability

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

See Also

IGPTest Interface