Cog3DRange Scale Method Cognex VisionPro 9.7
Scale this range by the given amount.

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

public Cog3DRange Scale(
	double value
)

Return Value

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