This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities4 Interface > IGPUtilities4.SimpleConsolidateResult Method (ArcObjects .NET 10.5 SDK) |
Consolidates the Result.
[Visual Basic .NET] Public Sub SimpleConsolidateResult ( _ ByVal pResult As Object, _ ByVal outputPath As String _ )
[C#] public void SimpleConsolidateResult ( object pResult, string outputPath );
[C++]
HRESULT SimpleConsolidateResult(
LPUNKNOWN pResult,
BSTR outputPath
);
[C++]
Parameters pResult [in] pResult is a parameter of type LPUNKNOWN outputPath [in] outputPath is a parameter of type BSTR