Click or drag to resize

IDBConfigWriterAddOSOpenNamesSearch Method

Adds OS Searches to Search_OS_Places tables

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
int AddOSOpenNamesSearch(
	string name,
	int mapId,
	int zoomResolutionId,
	int iconId,
	int zoomScaleId,
	string northingProperty,
	string eastingProperty,
	string resultProperty,
	string apiKey,
	int localTypeFilterId,
	string secondaryResultProperty,
	string resultDelimiter
)

Parameters

name
Type: SystemString
Name of the singleSearch
mapId
Type: SystemInt32

[Missing <param name="mapId"/> documentation for "M:Cadcorp.Configuration.Connectors.IDBConfigWriter.AddOSOpenNamesSearch(System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Int32,System.String,System.String)"]

zoomResolutionId
Type: SystemInt32
Zoom Resolution id from table
iconId
Type: SystemInt32
Icon Id from table
zoomScaleId
Type: SystemInt32
Zoom Id from table
northingProperty
Type: SystemString
Northing property from OS API
eastingProperty
Type: SystemString
Easting property from OS API
resultProperty
Type: SystemString
Result property from OS API
apiKey
Type: SystemString
OS API key
localTypeFilterId
Type: SystemInt32
Local Type Filter ID from DB table
secondaryResultProperty
Type: SystemString

[Missing <param name="secondaryResultProperty"/> documentation for "M:Cadcorp.Configuration.Connectors.IDBConfigWriter.AddOSOpenNamesSearch(System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Int32,System.String,System.String)"]

resultDelimiter
Type: SystemString

[Missing <param name="resultDelimiter"/> documentation for "M:Cadcorp.Configuration.Connectors.IDBConfigWriter.AddOSOpenNamesSearch(System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Int32,System.String,System.String)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Cadcorp.Configuration.Connectors.IDBConfigWriter.AddOSOpenNamesSearch(System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Int32,System.String,System.String)"]

See Also