CogDatabaseDirectory Connected Property Cognex VisionPro 9.7
Is this object connected to a specific database?

Namespace: Cognex.VisionPro.Database
Assembly: Cognex.VisionPro.Database (in Cognex.VisionPro.Database.dll) Version: 73.0.0.0 (73.0.0.0)
Syntax

public bool Connected { get; }

Property Value

Type: Boolean

Implements

ICogDatabase Connected
Exceptions

ExceptionCondition
ObjectDisposedException Thrown if this object has already been disposed.
See Also