DBConfigurationBaseReplaceResolutions 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)
Syntaxpublic virtual int ReplaceResolutions(
string mapConfiguration,
decimal[] resolutions
)
Public Overridable Function ReplaceResolutions (
mapConfiguration As String,
resolutions As Decimal()
) As Integer
Parameters
- mapConfiguration
- Type: SystemString
Map Name - resolutions
- Type: SystemDecimal
array of resolutions/
Return Value
Type:
Int32Number of rows affected.
Implements
IDBConfigWriterReplaceResolutions(String, Decimal)
See Also