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)
Syntaxpublic virtual int AddUpdateBingLayer(
string mapConfiguration,
int layerId,
string layerName,
int layerType,
string apiKey,
bool layerVisible
)
Public Overridable Function AddUpdateBingLayer (
mapConfiguration As String,
layerId As Integer,
layerName As String,
layerType As Integer,
apiKey As String,
layerVisible As Boolean
) As Integer
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:
Int32Number of Rows Affected.
Implements
IDBConfigWriterAddUpdateBingLayer(String, Int32, String, Int32, String, Boolean)
See Also