ArcObjects Library Reference (Geoprocessing)  

IGeoProcessorResult2.OutputCount Property

Return the number of outputs.

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