ICogDatabase Metadata Property Cognex VisionPro 9.20
Gets or sets the metadata associated with this database.

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

string Metadata { get; set; }

Property Value

Type: String
Exceptions

ExceptionCondition
ObjectDisposedException Thrown if this object has already been disposed.
InvalidOperationException Thrown if not currently connected.
See Also