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)
Syntaxpublic virtual int AddNewMap(
	bool useExistingMap,
	string existingMapName,
	string mapName
)
Public Overridable Function AddNewMap ( 
	useExistingMap As Boolean,
	existingMapName As String,
	mapName As String
) As Integer
Parameters
- useExistingMap
 - Type: SystemBoolean
Use an existing map? - existingMapName
 - Type: SystemString
Existing map name? - mapName
 - Type: SystemString
New Map Name 
Return Value
Type: 
Int32Number of rows affected.
Implements
IDBConfigWriterAddNewMap(Boolean, String, String)
See Also