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

Begins the geometry collection workflow.

Syntax

Visual Basic (Declaration) 
Protected MustOverride Sub GeometryCollectionStarted() 
C# 
protected abstract void GeometryCollectionStarted()

Remarks

Derived classes should override this method to begin the geometry collection workflow. The Feature and Geometry properties will be populated when this method is called.

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