Click or drag to resize

MapConfiguration Constructor (String)

Initializes a new instance of the MapConfiguration class, populated from a database.

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public MapConfiguration(
	string name
)

Parameters

name
Type: SystemString
The name of the map configuration to use
See Also