DBConfigurationBaseUpdateBookmark Method |
Update a bookmark in the site.
Namespace:
Cadcorp.Configuration.Connectors
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic virtual bool UpdateBookmark(
string mapConfiguration,
string bookmarkName,
ref int bookmarkId,
double minX,
double minY,
double maxX,
double maxY
)
Public Overridable Function UpdateBookmark (
mapConfiguration As String,
bookmarkName As String,
ByRef bookmarkId As Integer,
minX As Double,
minY As Double,
maxX As Double,
maxY As Double
) As Boolean
Parameters
- mapConfiguration
- Type: SystemString
Map Configuration Name - bookmarkName
- Type: SystemString
Bookmark Name - bookmarkId
- Type: SystemInt32
Bookmark Id - minX
- Type: SystemDouble
Min X - minY
- Type: SystemDouble
Min Y - maxX
- Type: SystemDouble
Max X - maxY
- Type: SystemDouble
Max Y
Return Value
Type:
BooleanBoolean value indicating success.
Implements
IDBConfigWriterUpdateBookmark(String, String, Int32, Double, Double, Double, Double)
See Also