Click or drag to resize
CIPJiConvertWarpVV Method
Converts a set of X & Y VVs to the new IPJ plane. The Z is assumed to be 0

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public int iConvertWarpVV(
	CVV oVV1,
	CVV oVV2,
	int i3
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
X VV coordinates converted on output
oVV2
Type: GeoEngine.Core.GXNetCVV
Y VV coordinates converted on output
i3
Type: SystemInt32
1 - Forward (raw -> coordinate) , 0 - (coordinate -> raw)

Return Value

Type: Int32
0 if ok - 1 otherwise
See Also