IDBConfigWriterDeleteResolution 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)
Syntaxint DeleteResolution(
string mapConfiguration,
double resolution
)
Function DeleteResolution (
mapConfiguration As String,
resolution As Double
) As Integer
Parameters
- mapConfiguration
- Type: SystemString
Map Name - resolution
- Type: SystemDouble
Resolution to delete
Return Value
Type:
Int32Number of rows affected.
See Also