Click or drag to resize

IDBConfigWriterReplaceResolutions Method

Replace resolutions 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 ReplaceResolutions(
	string mapConfiguration,
	decimal[] resolutions
)

Parameters

mapConfiguration
Type: SystemString
Map Name
resolutions
Type: SystemDecimal
array of resolutions/

Return Value

Type: Int32
Number of rows affected.
See Also