Click or drag to resize
CPJConvertVV Method
Convert VVx/VVy from input projection to output projection.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
This function is equivalent to Project_VV.
Syntax
public void ConvertVV(
	CVV vv_x,
	CVV vv_y
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetXCVV
VVx
vv_y
Type: GeoEngine.Core.GXNetXCVV
VVy
See Also