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


The following tables list the members exposed by SketchGeometryCollectionMethod.

Public Constructors

 NameDescription
Public ConstructorSketchGeometryCollectionMethod Constructor Initializes a new instance of the SketchGeometryCollectionMethod class.  
Top

Public Properties

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

Public Methods

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

Protected Methods

 NameDescription
Protected MethodGeometryCollectionStartedOverridden.  Begins the geometry collection workflow.  
Protected MethodGeometryCollectionStartOverOverridden.  Override Geometry Collection Start Over operation  
Protected MethodGeometryCollectionStartOverCanExecute Returns true if a start over operation can be executed. (Inherited from GeometryCollectionMethod)
Protected MethodGeometryCollectionStoppedOverridden.  Completes the Sketch  
Protected MethodOnGeometryCollectionProgress Raises the GeometryCollection event. (Inherited from GeometryCollectionMethod)
Top

Public Events

 NameDescription
Public EventGeometryCollectionProgress Raised when the geometry collection has been started or completed or canceled. (Inherited from GeometryCollectionMethod)
Public EventPropertyChanged Property Changed  
Top

See Also