ArcFM Responder Mobile Developer Guide
OnVertexDeleted Method (MMAttributeAgentClass)






Syntax
'Declaration
 
Public Overridable Sub OnVertexDeleted( _
   ByVal point As ESRI.ArcGIS.Geometry.IPoint _
) 
'Usage
 
Dim instance As MMAttributeAgentClass
Dim point As ESRI.ArcGIS.Geometry.IPoint
 
instance.OnVertexDeleted(point)
public virtual void OnVertexDeleted( 
   ESRI.ArcGIS.Geometry.IPoint point
)
public procedure OnVertexDeleted( 
    point: ESRI.ArcGIS.Geometry.IPoint
); virtual; 
public function OnVertexDeleted( 
   point : ESRI.ArcGIS.Geometry.IPoint
);
public: virtual void OnVertexDeleted( 
   ESRI.ArcGIS.Geometry.IPoint* point
) 
public:
virtual void OnVertexDeleted( 
   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

MMAttributeAgentClass Class
MMAttributeAgentClass Members

Send Feedback