IDBConfigReaderCheckIfLocalKnowledgeIsInUse Method |
Performs an operation to see if the local knowledge entry is in use by a map.
Namespace:
Cadcorp.Configuration.Connectors
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxlong CheckIfLocalKnowledgeIsInUse(
int localKnowledgeId
)
Function CheckIfLocalKnowledgeIsInUse (
localKnowledgeId As Integer
) As Long
Parameters
- localKnowledgeId
- Type: SystemInt32
Local Knowledge ID
Return Value
Type:
Int64Number of maps using the local knowledge.
See Also