ArcGIS API for WPF - Library Reference
Editor Class Members
See Also  Fields  Properties  Methods  Events Send comments on this topic
ESRI.ArcGIS.Client Namespace : Editor Class


The following tables list the members exposed by Editor.

Public Constructors

 NameDescription
public ConstructorEditor Constructor  
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)AutoCompletePropertyIdentifies the AutoComplete dependency property.  
public Fieldstatic (Shared in Visual Basic)AutoSelectPropertyIdentifies the AutoSelect dependency property.  
public Fieldstatic (Shared in Visual Basic)ContinuousModePropertyIdentifies the ContinuousMode dependency property.  
public Fieldstatic (Shared in Visual Basic)EditVerticesEnabledPropertyIdentifies the EditVerticesEnabled dependency property.  
public Fieldstatic (Shared in Visual Basic)FreehandPropertyIdentifies the Freehand dependency property.  
public Fieldstatic (Shared in Visual Basic)GeometryServiceCredentialsPropertyIdentifies the GeometryServiceCredentials dependency property.  
public Fieldstatic (Shared in Visual Basic)GeometryServiceUrlPropertyIdentifies the GeometryServiceUrl dependency property.  
public Fieldstatic (Shared in Visual Basic)IsTouchMagnifierEnabledProperty Identifies the IsTouchMagnifierEnabled attached dependency property.  
public Fieldstatic (Shared in Visual Basic)LayerIDsPropertyIdentifies the LayerIDs dependency property.  
public Fieldstatic (Shared in Visual Basic)MaintainAspectRatioPropertyIdentifies the MaintainAspectRatio dependency property.  
public Fieldstatic (Shared in Visual Basic)MapPropertyIdentifies the Map dependency property.  
public Fieldstatic (Shared in Visual Basic)MoveEnabledPropertyIdentifies the MoveEnabled dependency property.  
public Fieldstatic (Shared in Visual Basic)ProxyUrlPropertyIdentifies the ProxyUrl dependency property.  
public Fieldstatic (Shared in Visual Basic)RotateEnabledPropertyIdentifies the RotateEnabled dependency property.  
public Fieldstatic (Shared in Visual Basic)ScaleEnabledPropertyIdentifies the ScaleEnabled dependency property.  
public Fieldstatic (Shared in Visual Basic)SelectionModePropertyIdentifies the SelectionMode dependency property.  
public Fieldstatic (Shared in Visual Basic)SnapDistanceProperty Identifies the SnapDistance attached dependency property.  
public Fieldstatic (Shared in Visual Basic)SnapKeyProperty Identifies the SnapKey attached dependency property.  
Top

Public Properties

 NameDescription
public PropertyAddEnables the user to add a feature to the GraphicsLayer using a specified geometry type, or a FeatureLayer using either the default template or specified template.  
public PropertyAutoCompleteGets or sets whether auto completion is enabled when adding polygons to a FeatureLayer.  
public PropertyAutoSelect Gets or sets a value indicating whether auto select is enabled.  
public PropertyCancelActiveCancels any command that might be active on the Map.  
public PropertyClearSelectionUnselects all features in the referenced FeatureLayers.  
public PropertyContinuousMode Gets or sets a value indicating whether continuous mode is enabled.  
public PropertyCut Performs a cut against the selected features using a user-drawn polyline.  
public PropertyDeleteSelected Deletes all selected features in the referenced layers.  
public PropertyDependencyObjectType (Inherited from System.Windows.DependencyObject)
public PropertyDispatcher (Inherited from System.Windows.Threading.DispatcherObject)
public PropertyEditVertices Allows the user to click any feature and edit its vertices.  
public PropertyEditVerticesEnabled Gets or sets a value indicating whether edit vertices is enabled.  
public PropertyFreehandGets or sets a value indicating whether this Editor is using freehand draw mode when using the Add, Reshape, Union and Cut commands.  
public PropertyGeometryServiceCredentials Gets or sets the network credentials that are sent to the host and used to authenticate the request.  
public PropertyGeometryServiceUrl Gets or sets the URL to a geometry service.  
public PropertyGraphicsLayersIterates on the graphics layers this editor is working on, based on the LayerIDs and Map properties.  
public PropertyIsSealed (Inherited from System.Windows.DependencyObject)
public PropertyLayerIDs Gets or sets the layer IDs this editor works against.  
public PropertyMaintainAspectRatio Gets or sets the MaintainAspectRatio.  
public PropertyMap Gets or sets the map this editor works on.  
public PropertyMoveEnabled Gets or sets a value indicating whether move is enabled.  
public PropertyProxyUrl Gets or sets the proxy URL for geometry service.  
public PropertyReshape Performs a reshape against the selected features using a user-drawn polyline.  
public PropertyRotateEnabled Gets or sets a value indicating whether rotate is enabled.  
public PropertySavePerforms a save on all the referenced FeatureLayers that doesn't have FeatureLayer.AutoSave enabled.  
public PropertyScaleEnabled Gets or sets a value indicating whether scale is enabled.  
public PropertySelect Enables the user to select features in the layers.  
public PropertySelectionMode Gets or sets the selection mode used with the selection tool.  
public PropertyUnion Gets the union command.  
Top

Public Methods

 NameDescription
public MethodClearValueOverloaded.  (Inherited from System.Windows.DependencyObject)
public MethodCoerceValue (Inherited from System.Windows.DependencyObject)
public Methodstatic (Shared in Visual Basic)GetIsTouchMagnifierEnabled Gets a value specifying whether the touch magnifier is enabled.  
public MethodGetLocalValueEnumerator (Inherited from System.Windows.DependencyObject)
public Methodstatic (Shared in Visual Basic)GetSnapDistance Gets the snap radius used on the map in pixels.  
public Methodstatic (Shared in Visual Basic)GetSnapKey Gets the SnapKey used on the map when drawing.  
public MethodGetValue (Inherited from System.Windows.DependencyObject)
public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
public Methodstatic (Shared in Visual Basic)SetIsTouchMagnifierEnabled Sets whether the touch magnifier is enabled.  
public Methodstatic (Shared in Visual Basic)SetSnapDistance Sets the snap radius in pixels.  
public Methodstatic (Shared in Visual Basic)SetSnapKey Sets the SnapKey used on the map when drawing  
public MethodSetValueOverloaded.  (Inherited from System.Windows.DependencyObject)
Top

Protected Methods

 NameDescription
protected MethodOnPropertyChanged (Inherited from System.Windows.DependencyObject)
Top

Public Events

 NameDescription
public EventEditCompleted Occurs when an edit has completed.  
public EventEditorActivated Occurs when a tool in the Editor becomes active and waits for user input.  
Top

See Also

© ESRI, Inc. All Rights Reserved.