Cog3DPoint ShapeState Property Cognex VisionPro 9.8 SR1
Gets or sets the ShapeState for this shape.

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

public virtual Cog3DShapeStateConstants ShapeState { get; set; }

Property Value

Type: Cog3DShapeStateConstants
The ShapeState of this Shape. The default and only legal value is Cog3DShapeStateConstants.Vertex.

Implements

ICog3DShape ShapeState
Exceptions

ExceptionCondition
ArgumentException The ShapeState for this shape may only be Cog3DShapeStateConstants.Vertex.
See Also