DBConfigurationBaseDuplicateSearch Method |
Copies a search
Namespace:
Cadcorp.Configuration.Connectors
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic virtual SearchDataBase DuplicateSearch(
int searchId,
int mapId,
string searchClass
)
Public Overridable Function DuplicateSearch (
searchId As Integer,
mapId As Integer,
searchClass As String
) As SearchDataBase
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:
SearchDataBaseConfiguration info about the new search
Implements
IDBConfigWriterDuplicateSearch(Int32, Int32, String)
See Also