IDBConfigWriterRemoveOSPlaces Method |
Removes a single OSPlaces search from the database.
Namespace:
Cadcorp.Configuration.Connectors
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxbool RemoveOSPlaces(
int searchId
)
Function RemoveOSPlaces (
searchId As Integer
) As Boolean
Parameters
- searchId
- Type: SystemInt32
Search ID
Return Value
Type:
BooleanBoolean indicating success.
See Also