ESRI.ArcGIS.Mobile.Client
OnGeometryCollectionProgress Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Tasks.CollectFeatures Namespace > GeometryCollectionMethod Class : OnGeometryCollectionProgress Method

geometry
status
Raises the GeometryCollection event.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnGeometryCollectionProgress( _
   ByVal geometry As Geometry, _
   ByVal status As GeometryCollectionStatus _
) 
C# 
protected virtual void OnGeometryCollectionProgress( 
   Geometry geometry,
   GeometryCollectionStatus status
)

Parameters

geometry
status

Remarks

Derived classes should rely on CancelCollection and CompleteCollection to call this method, unless they are not using the CancelCollection and CompleteCollection methods.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also