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




index
Output message from the last tool executed. When running within a script tool, message becomes part of the tool messages, otherwise outputs to console.

Syntax

Visual Basic (Declaration) 
Public Sub AddReturnMessage( _
   ByVal index As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As Geoprocessor
Dim index As Integer
 
instance.AddReturnMessage(index)
C# 
public void AddReturnMessage( 
   int index
)

Parameters

index

See Also

© 2010 All Rights Reserved.