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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
This function is equivalent to Project_VV.
Syntax
public void ConvertVV(
	CVV oVV1,
	CVV oVV2
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VVx
oVV2
Type: GeoEngine.Core.GXNetCVV
VVy
See Also