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




index
Return the message description by index of the last tool executed.

Syntax

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

Parameters

index

See Also

© 2010 All Rights Reserved.