ESRI.ArcGIS.Mobile
GeometryChangedEventArgs Constructor
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Geometries Namespace > GeometryChangedEventArgs Class : GeometryChangedEventArgs Constructor

type
newPartIndex
oldPartIndex
newVertexIndex
oldVertexIndex
count
Initializes a new instance of the GeometryChangedEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal type As GeometryChangedType, _
   ByVal newPartIndex As Integer, _
   ByVal oldPartIndex As Integer, _
   ByVal newVertexIndex As Integer, _
   ByVal oldVertexIndex As Integer, _
   ByVal count As Integer _
)
C# 
public GeometryChangedEventArgs( 
   GeometryChangedType type,
   int newPartIndex,
   int oldPartIndex,
   int newVertexIndex,
   int oldVertexIndex,
   int count
)

Parameters

type
newPartIndex
oldPartIndex
newVertexIndex
oldVertexIndex
count

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also