ArcGIS API for WPF - Library Reference
EditVertices Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > Editor Class : EditVertices Property

Allows the user to click any feature and edit its vertices.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property EditVertices As ICommand
C# 
public ICommand EditVertices {get;}

Remarks

This command is not available for read-only FeatureLayer.

When this command is executed, the map will wait for the user to click any of the graphics listed in the LayerIDs property that is editable.

If you want to edit a specific graphic, regardless of layer, set the command parameter of the command to the graphic you want to edit. The graphic's geometry does not support MapPoint.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.