Click or drag to resize

IDBConfigReaderGetMapDescriptions Method

Gets map summaries for the requested maps

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
MapDescription[] GetMapDescriptions(
	string[] maps
)

Parameters

maps
Type: SystemString
Array of map names to get decriptions for

Return Value

Type: MapDescription
An array of Map descriptions
See Also