Click or drag to resize

IDBConfigWriterAddResolution Method

Adds a resolution to the database for specified map.

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
int AddResolution(
	string mapConfiguration,
	double resolution
)

Parameters

mapConfiguration
Type: SystemString
Map Name
resolution
Type: SystemDouble
Resolution to add

Return Value

Type: Int32
Number of rows affected/.
See Also