Cog3DRangeImageCrossSectionOperatorBase Regions Property Cognex VisionPro
Gets the Regions. The regions property is a collection of ICogRegion.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax

public CogSerializableCollectionBase<ICogRegion> Regions { get; protected set; }

Property Value

Type: CogSerializableCollectionBase ICogRegion 
Events

Event TypeReason
Cognex.VisionPro ICogChangedEvent

Fires when this property changes.

The following state flag may be affected:

  • SfRegions
Remarks

Extract operator creates one region during construction. The last region cannot be deleted.
See Also