IDBConfigReaderGetAllOSSearchDataByMapName Method  | 
 
            Returns OS APIs searches configured for a map
            
 
    Namespace: 
   Cadcorp.Configuration.Connectors
    Assembly:
   Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
SyntaxOSSearchData[] GetAllOSSearchDataByMapName(
	string mapName
)
Function GetAllOSSearchDataByMapName ( 
	mapName As String
) As OSSearchData()
Parameters
- mapName
 - Type: SystemString
Name of the map to query 
Return Value
Type: 
OSSearchData[Missing <returns> documentation for "M:Cadcorp.Configuration.Connectors.IDBConfigReader.GetAllOSSearchDataByMapName(System.String)"]
See Also