ArcObjects Library Reference (Carto)  

IParameterInfo.ParameterCount Property

Number of exposed parameters.

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

Parameters

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

Product Availability

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

See Also

IParameterInfo Interface