CogInteractiveGraphicsContainer Count Property Cognex VisionPro 9.21
Returns the number of items in the collection.

Namespace: Cognex.VisionPro.Display
Assembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 83.0.0.0 (83.0.0.0)
Syntax

public virtual int Count { get; }

Property Value

Type: Int32
The number of items in the collection.
Exceptions

ExceptionCondition
ObjectDisposedException Thrown when the object is already disposed.
CogException Thrown when it fails to retrieve the return value.
See Also