ArcObjects Library Reference (Geoprocessing)  

IGeoProcessorResult2.InputCount Property

Return the number of inputs.

[Visual Basic .NET]
Public ReadOnly Property InputCount As Integer
[C#]
public int InputCount {get;}
[C++]
HRESULT get_InputCount(
  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

IGeoProcessorResult2 Interface