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

Called when geometry collection should start.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnStartGeometryCollection() 
C# 
protected override 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