Click or drag to resize

DBConfigurationBaseDeleteResolution Method

Delete a resolution from the database.

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

Parameters

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

Return Value

Type: Int32
Number of rows affected.

Implements

IDBConfigWriterDeleteResolution(String, Double)
See Also