Click or drag to resize
CVVProject Method
This method projects an X and Y VV.

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 ConvertVV_PJ.
Syntax
public static void Project(
	CPJ oPJ1,
	CVV oVV2,
	CVV oVV3
)

Parameters

oPJ1
Type: GeoEngine.Core.GXNetCPJ
PJ
oVV2
Type: GeoEngine.Core.GXNetCVV
X
oVV3
Type: GeoEngine.Core.GXNetCVV
Y
See Also