Click or drag to resize

DBConfigurationBaseAddUpdateBingLayer Method

Adds a Bing layer to the system, or updates an existing one.

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual int AddUpdateBingLayer(
	string mapConfiguration,
	int layerId,
	string layerName,
	int layerType,
	string apiKey,
	bool layerVisible
)

Parameters

mapConfiguration
Type: SystemString
Map Configuration Name.
layerId
Type: SystemInt32
Layer ID, -1 for a new layer.
layerName
Type: SystemString
Layer Name.
layerType
Type: SystemInt32
Bing Layer Type
apiKey
Type: SystemString
API Key
layerVisible
Type: SystemBoolean
Is Visible

Return Value

Type: Int32
Number of Rows Affected.

Implements

IDBConfigWriterAddUpdateBingLayer(String, Int32, String, Int32, String, Boolean)
See Also