CogDatabaseDirectory Metadata Property Cognex VisionPro 9.7
Gets or sets the metadata associated with this 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 string Metadata { get; set; }

Property Value

Type: String

Implements

ICogDatabase Metadata
Exceptions

ExceptionCondition
ObjectDisposedException Thrown if this object has already been disposed.
InvalidOperationException Thrown if unable to get or set metadata.
See Also