Cog3DRange Translate Method Cognex VisionPro 9.21
Translate this range by the given amount.

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

public Cog3DRange Translate(
	double value
)

Parameters

value
Type: System Double
The amount to translate.

Return Value

Type: Cog3DRange
A new range computed by translating this range by value.
See Also