ESRI.ArcGIS.Mobile.Client
GeometryCollectionMethod Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client.GeometryCollectionMethods Namespace : GeometryCollectionMethod Class


The following tables list the members exposed by GeometryCollectionMethod.

Public Constructors

Protected Properties

 NameDescription
Protected PropertyEndPoint gets/sets endpoint  
Protected PropertyGeometry Gets the Geometry that is currently being collected by this method.  
Protected PropertyHighlightedGeometry gets sets the hightlighted Geometry during the geometry collection workflow  
Protected PropertyStartPoint gets/sets StartPoint  
Top

Public Methods

 NameDescription
Public MethodStartGeometryCollectionOverloaded.  Notifies the collection method object to start collection on the Geometry.  
Top

Protected Methods

 NameDescription
Protected MethodNotifyCollectionCancelled Call this function for notifying this instance that collection was cancelled.  
Protected MethodNotifyCollectionCompleted Call this function for notifying this instance that collection was completed successfully.  
Protected MethodOnGeometryCollectionCompleted Called when just after the collection completed event is raised. Allows derived classes to handle cleaning up.  
Protected MethodOnStartGeometryCollection Called when geometry collection starts.  
Protected Methodstatic (Shared in Visual Basic)RaiseCollectionCompleted Raises the static CollectionCompleted event.  
Protected Methodstatic (Shared in Visual Basic)RaiseCollectionStarting Raises the static CollectionStarting event.  
Top

Public Events

 NameDescription
Public EventCollectionCompleted Event that fires when a geometry collection is completed.  
Public EventCollectionStarting Event that fires when a geometry collection is starting.  
Top

See Also