CogLineSegment SetStartLengthRotation Method Cognex VisionPro 9.10
Sets StartX, StartY, Length and Rotation (in radians, from the x-axis) for the line segment.

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

public void SetStartLengthRotation(
	double startX,
	double startY,
	double length,
	double rotation
)
Events

Event TypeReason
CogLineSegment Changed

Fires when the value of this property changes.

The following state flags may be affected:

    Remarks

    Sets StartX, StartY, Length and Rotation (from the x-axis) for the line segment.

    See Also