CogGeneralContourSegmentIterator Container Property Cognex VisionPro 9.8 SR1
Returns a reference to the container object being iterated. This can be used for identifying the iterator's container.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax

public Object Container { get; }

Property Value

Type: Object
Exceptions

ExceptionCondition
CogIteratorInvalidIteratorException

The iterator is not valid.

Remarks

Returns a reference to the container object being iterated. You can use this to identify the iterator's container.

See Also