ESRI.ArcGIS.Mobile.Client
OnStartGeometryCollection Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.GeometryCollectionMethods Namespace > GeometryCollectionMethod Class : OnStartGeometryCollection Method

Called when geometry collection starts.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnStartGeometryCollection() 
C# 
protected virtual void OnStartGeometryCollection()

Remarks

This method is called when the geometry collection should start. Derived classes should override this method. The Feature and Geometry properties will be filled by this point.

Requirements

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