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




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

Syntax

Visual Basic (Declaration) 
Public Function GetSeverity( _
   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.GetSeverity(index)
C# 
public int GetSeverity( 
   int index
)

Parameters

index

See Also

© 2010 All Rights Reserved.