ArcFM Responder Mobile Developer Guide
OnVertexMoved Method (D8TopLevelClass)






Syntax
'Declaration
 
Public Overridable Sub OnVertexMoved( _
   ByVal point As ESRI.ArcGIS.Geometry.IPoint _
) 
'Usage
 
Dim instance As D8TopLevelClass
Dim point As ESRI.ArcGIS.Geometry.IPoint
 
instance.OnVertexMoved(point)
public virtual void OnVertexMoved( 
   ESRI.ArcGIS.Geometry.IPoint point
)
public procedure OnVertexMoved( 
    point: ESRI.ArcGIS.Geometry.IPoint
); virtual; 
public function OnVertexMoved( 
   point : ESRI.ArcGIS.Geometry.IPoint
);
public: virtual void OnVertexMoved( 
   ESRI.ArcGIS.Geometry.IPoint* point
) 
public:
virtual void OnVertexMoved( 
   ESRI.ArcGIS.Geometry.IPoint^ point
) 

Parameters

point
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

D8TopLevelClass Class
D8TopLevelClass Members

Send Feedback