ArcObjects Library Reference (Geoprocessing)  

IGpDispatch.ParameterCount Property

The number of input tool parameters.

[Visual Basic .NET]
Public ReadOnly Property ParameterCount As Integer
[C#]
public int ParameterCount {get;}
[C++]
HRESULT get_ParameterCount(
  long* Count
);
[C++]

Parameters

Count [out, retval]   Count is a parameter of type long

Product Availability

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

See Also

IGpDispatch Interface