CogVisionDataContainer Values Property Cognex VisionPro 9.5
Gets a collection of all ICogVisionData values in this container.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 69.0.0.0
Syntax

public virtual ICollection<ICogVisionData> Values { get; }

Property Value

Type: ICollection ICogVisionData 

Implements

IDictionary TKey, TValue  Values
See Also