ESRI.ArcGIS.ADF.ArcGISServer.Editor
Init Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor.Tools Namespace > AddVertex Class : Init Method




editor
The Editor containing the tool.
Initializes the AddVertex tool.

Syntax

Visual Basic (Declaration) 
Protected Overrides Function Init( _
   ByVal editor As Editor _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As AddVertex
Dim editor As Editor
Dim value As Boolean
 
value = instance.Init(editor)
C# 
protected override bool Init( 
   Editor editor
)

Parameters

editor
The Editor containing the tool.

See Also

© 2010 All Rights Reserved.