Click or drag to resize

DBConfigurationBaseCheckIfLocalKnowledgeIsInUse 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)
Syntax
public virtual long CheckIfLocalKnowledgeIsInUse(
	int localKnowledgeId
)

Parameters

localKnowledgeId
Type: SystemInt32
Local Knowledge ID

Return Value

Type: Int64
Number of maps using the local knowledge.

Implements

IDBConfigReaderCheckIfLocalKnowledgeIsInUse(Int32)
See Also