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


The following tables list the members exposed by GeometryCollectionMethod.

Public Properties

 NameDescription
Public PropertyGeometry The geometry being collected.  
Public PropertyGeometryCollectionInProgress Returns true if a Geometry Collection Method is selected.  
Public PropertyGeometryOperations Geometry Operations.  
Public PropertyImageSource Image of the geometry collection method.  
Public PropertyName Name of the geometry collection method.  
Top

Public Methods

 NameDescription
Public MethodClearGeometry Clear Geometry  
Public MethodCompleteCollection Completes the geometry collection by updating the feature's geometry with the collected geometry and raising the Completed event.  
Public MethodStartGeometryCollection Begins the workflow to collect a geometry for the given feature.  
Public MethodStartOverOperation Start over operation.  
Public MethodStartOverOperationCanExecute Returns true if a start over operation can be executed.  
Public MethodStopGeometryCollection Stop Geometry Collection.  
Top

Protected Methods

 NameDescription
Protected MethodGeometryCollectionStarted Begins the geometry collection workflow.  
Protected MethodGeometryCollectionStartOver Start over operation.  
Protected MethodGeometryCollectionStartOverCanExecute Returns true if a start over operation can be executed.  
Protected MethodGeometryCollectionStopped Stop Geometry Collection.  
Protected MethodOnGeometryCollectionProgress Raises the GeometryCollection event.  
Top

Public Events

 NameDescription
Public EventGeometryCollectionProgress Raised when the geometry collection has been started or completed or canceled.  
Top

See Also