Cog3DRectangle IsEmpty Property Cognex VisionPro 9.20
Indicates if the set of points lying on the boundary of this shape is empty.

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

public virtual bool IsEmpty { get; }

Property Value

Type: Boolean
True if the set of points that lie on the boundary of this shape is empty, and false otherwise.

Implements

ICog3DShape IsEmpty
See Also