Click or drag to resize

IDBConfigWriterDuplicateSearch Method

Copies a search

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
SearchDataBase DuplicateSearch(
	int searchId,
	int mapId,
	string searchClass
)

Parameters

searchId
Type: SystemInt32
The Id of the search to copy
mapId
Type: SystemInt32
The Id of the map to assign the search to
searchClass
Type: SystemString
The type of search to copy

Return Value

Type: SearchDataBase
Configuration info about the new search
See Also