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




message
Output a warning message. When running within a script tool, message becomes part of the tool messages, otherwise outputs to console.

Syntax

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

Parameters

message

See Also

© 2010 All Rights Reserved.