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


IGeoProcessor.ParameterCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGeoProcessor.ParameterCount Property

Return the number of input command line or script 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

IGeoProcessor Interface