Click or drag to resize

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)
Syntax
bool UpdateInitialLocation(
	string mapConfiguration,
	double locationX,
	double locationY,
	int scale,
	double resolution,
	bool showMarker,
	int iconId
)

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: Boolean
Boolean value indicating success.
See Also