IDBConfigReaderGetAllSingleSearchDataByMapName Method |
Gets all the single search data.
Namespace:
Cadcorp.Configuration.Connectors
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
SyntaxSingleSearchData[] GetAllSingleSearchDataByMapName(
string mapName
)
Function GetAllSingleSearchDataByMapName (
mapName As String
) As SingleSearchData()
Parameters
- mapName
- Type: SystemString
Name of the associated map.
Return Value
Type:
SingleSearchDataAll the single search data
See Also