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


IGeoProcessor.ParameterCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessor Interface > IGeoProcessor.ParameterCount Property
ArcGIS Developer Help

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(
  System.Int32* 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