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




message
Message to add.
Output an informative message. When running within a script tool, message becomes part of the tool messages, otherwise outputs to console.

Syntax

Visual Basic (Declaration) 
Public Sub AddMessage( _
   ByVal message As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As Geoprocessor
Dim message As String
 
instance.AddMessage(message)
C# 
public void AddMessage( 
   string message
)

Parameters

message
Message to add.

See Also

© 2010 All Rights Reserved.