Click or drag to resize

DBConfigurationBaseAddNewMap Method

Adds a new map to the site.

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual int AddNewMap(
	bool useExistingMap,
	string existingMapName,
	string mapName
)

Parameters

useExistingMap
Type: SystemBoolean
Use an existing map?
existingMapName
Type: SystemString
Existing map name?
mapName
Type: SystemString
New Map Name

Return Value

Type: Int32
Number of rows affected.

Implements

IDBConfigWriterAddNewMap(Boolean, String, String)
See Also