IDBConfigWriterUpdateInitialLocation Method |
Update Initial Location for specified map.
Namespace:
Cadcorp.Configuration.Connectors
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxbool UpdateInitialLocation(
string mapConfiguration,
double locationX,
double locationY,
int scale,
double resolution,
bool showMarker,
int iconId
)
Function UpdateInitialLocation (
mapConfiguration As String,
locationX As Double,
locationY As Double,
scale As Integer,
resolution As Double,
showMarker As Boolean,
iconId As Integer
) As Boolean
Parameters
- mapConfiguration
- Type: SystemString
Map Configuration Name - locationX
- Type: SystemDouble
Location Centre X - locationY
- Type: SystemDouble
Location Centre Y - scale
- Type: SystemInt32
Zoom Scale - resolution
- Type: SystemDouble
Zoom Resolution (used over scale) - showMarker
- Type: SystemBoolean
Show a marker? - iconId
- Type: SystemInt32
Marker Icon ID
Return Value
Type:
BooleanBoolean value indicating success.
See Also