Click or drag to resize

DBConfigurationBaseRemoveGoogleLayer Method

Removes a Google Layer from the system/

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual int RemoveGoogleLayer(
	string mapConfiguration,
	int layerId
)

Parameters

mapConfiguration
Type: SystemString
Map Confiuration name.
layerId
Type: SystemInt32
Layer ID

Return Value

Type: Int32
Number of Rows Affected.

Implements

IDBConfigWriterRemoveGoogleLayer(String, Int32)
See Also