Click or drag to resize

IDBConfigWriterUpdateMapSettings Method

Updates map settings 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 UpdateMapSettings(
	string mapConfiguration,
	bool kineticPan,
	int dpi,
	int projection,
	int displayProjection,
	string proxyHost,
	bool defaultMap,
	bool allowAnonymousAccess,
	int embeddableMapIcon,
	MapControl[] updatedMapControls,
	string description,
	int localKnowledgeId,
	int searchByAreaIconId,
	int zoomToCoordinateIconId,
	AddIn[] updatedAddIns,
	bool watermarkEnabled,
	int watermarkID,
	int reportId,
	bool annotationLayerEnable,
	double geolocationResolution,
	bool allowInEmbedded
)

Parameters

mapConfiguration
Type: SystemString
Mao Configuration Name
kineticPan
Type: SystemBoolean
Use Kinetic Pan
dpi
Type: SystemInt32
DPI
projection
Type: SystemInt32
Projection
displayProjection
Type: SystemInt32
Display Projection
proxyHost
Type: SystemString
Proxy Host
defaultMap
Type: SystemBoolean
Is the default map?
allowAnonymousAccess
Type: SystemBoolean
Allow anonymous access?
embeddableMapIcon
Type: SystemInt32
Embeddable Map Icon?
updatedMapControls
Type: Cadcorp.ConfigurationMapControl
Updated map controls
description
Type: SystemString
Description
localKnowledgeId
Type: SystemInt32
Local Knowledge ID
searchByAreaIconId
Type: SystemInt32
Search by Area Icon ID
zoomToCoordinateIconId
Type: SystemInt32
Zoom to Coordinate Icon ID
updatedAddIns
Type: Cadcorp.ConfigurationAddIn
Updated add ins
watermarkEnabled
Type: SystemBoolean
Use Watermark
watermarkID
Type: SystemInt32
Updated watermark
reportId
Type: SystemInt32
Updated report
annotationLayerEnable
Type: SystemBoolean
Annotation layer checkbox in map controls
geolocationResolution
Type: SystemDouble
Sets the resolution for the geolocation button
allowInEmbedded
Type: SystemBoolean
Is this map allowed for an embedded map

Return Value

Type: Boolean
Boolean value indicating success.
See Also