Cog3DLine ShapeState Property Cognex VisionPro 9.10
Gets/sets the ShapeState for this shape.

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

public virtual Cog3DShapeStateConstants ShapeState { get; set; }

Property Value

Type: Cog3DShapeStateConstants
The ShapeState of this Shape is always Cog3DShapeStateConstants.Curve.

Implements

ICog3DShape ShapeState
Exceptions

ExceptionCondition
ArgumentException If the ShapeState for this shape is not Cog3DShapeStateConstants.Curve.
See Also