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

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
This function is equivalent to ConvertVV_PJ.
Syntax
public static void Project(
	CGXNETCore gxNetShared,
	CPJ pj,
	CVV vv_x,
	CVV vv_y
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
pj
Type: GeoEngine.Core.GXNetXCPJ
vv_x
Type: GeoEngine.Core.GXNetXCVV
X
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y
See Also