ESRI.ArcGIS.Mobile
GeometryChangedEventArgs Class Members
See Also  Properties  Send Feedback
ESRI.ArcGIS.Mobile.Geometries Namespace : GeometryChangedEventArgs Class


The following tables list the members exposed by GeometryChangedEventArgs.

Public Constructors

 NameDescription
Public ConstructorGeometryChangedEventArgs Constructor Initializes a new instance of the GeometryChangedEventArgs class.  
Top

Public Properties

 NameDescription
Public PropertyGeometryChangedType Gets the type of change.  
Public PropertyNewPartIndex Gets the part index of the part affected by the change.  
Public PropertyNewVertexIndex Gets the vertex index in a part affected by the change.  
Public PropertyOldPartIndex Gets the old part index of a part that has been moved.  
Public PropertyOldVertexIndex Gets the old vertex index in a part that has been moved.  
Public PropertyVerticesCount Gets the count of vertices affected by the change.  
Top

See Also