ESRI.ArcGIS.Geoprocessor
ProgressChangedType Enumeration
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Geoprocessor Namespace : ProgressChangedType Enumeration




Indicates which type of progress event is fired. For example, message, show or percentage.

Syntax

Visual Basic (Declaration) 
Public Enum ProgressChangedType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ProgressChangedType
C# 
public enum ProgressChangedType : Enum 

Members

MemberDescription
MessageIndicates that the ProgressedChangedEventArgs.Message property contains a string representing a message.
PercentageIndicates that the ProgressedChangedEventArgs.Percentage property contains a double representing the percentage of progress.
ShowIndicates that the ProgressedChangedEventArgs.Show property contains a Boolean that indicates whether or not the Progress events are firing or have completed.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Geoprocessor.ProgressChangedType

See Also

© 2010 All Rights Reserved.