Click or drag to resize
CLL2SetRow Method
Define a row of the LL2

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The correction data is in degrees, added to the input datum to product output datum results. The VV lengths must be equal to #longitudes defined by Create_LL2.
Syntax
public void SetRow(
	int i1,
	CVV oVV2,
	CVV oVV3
)

Parameters

i1
Type: SystemInt32
the row to set
oVV2
Type: GeoEngine.Core.GXNetCVV
longitude corrections
oVV3
Type: GeoEngine.Core.GXNetCVV
latitude corrections
See Also