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

Namespace: Cognex.VisionPro.Database
Assembly: Cognex.VisionPro.Database (in Cognex.VisionPro.Database.dll) Version: 93.1.0.0 (93.1.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