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




Gets a boolean value. True indicates that the tool will fire percentage events which indicate percentage progress and hence a progress bar could be shown to an end user. False indicates that no more percentage events will be fired and the progress bar can be removed; the tool has completed.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Show As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ProgressChangedEventArgs
Dim value As Boolean
 
value = instance.Show
C# 
public bool Show {get;}

See Also

© 2010 All Rights Reserved.