ArcFM Desktop Developer Guide
BookmarkCommand Constructor(IMap,ISpatialBookmark,String,String)


Syntax
'Declaration
 
Public Function New( _
   ByVal currentMap As IMap, _
   ByVal spatialBookmark As ESRI.ArcGIS.Carto.ISpatialBookmark, _
   ByVal newKey As String, _
   ByVal newCaption As String _
)
'Usage
 
Dim currentMap As IMap
Dim spatialBookmark As ESRI.ArcGIS.Carto.ISpatialBookmark
Dim newKey As String
Dim newCaption As String
 
Dim instance As New BookmarkCommand(currentMap, spatialBookmark, newKey, newCaption)
public BookmarkCommand( 
   IMap currentMap,
   ESRI.ArcGIS.Carto.ISpatialBookmark spatialBookmark,
   string newKey,
   string newCaption
)

Parameters

currentMap
spatialBookmark
newKey
newCaption
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

BookmarkCommand Class
BookmarkCommand Members
Overload List

 

 


Send Comment