ESRI.ArcGIS.Geoprocessor
GetReturnCode Method
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Geoprocessor Namespace > Geoprocessor Class : GetReturnCode Method




index
Return the message error code (Error Messages Only) by index of the last tool executed.

Syntax

Visual Basic (Declaration) 
Public Function GetReturnCode( _
   ByVal index As Integer _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As Geoprocessor
Dim index As Integer
Dim value As Integer
 
value = instance.GetReturnCode(index)
C# 
public int GetReturnCode( 
   int index
)

Parameters

index

See Also

© 2010 All Rights Reserved.