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

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
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 row,
	CVV lon_vv,
	CVV lat_vv
)

Parameters

row
Type: SystemInt32
The row to set
lon_vv
Type: GeoEngine.Core.GXNetXCVV
Longitude corrections
lat_vv
Type: GeoEngine.Core.GXNetXCVV
Latitude corrections
See Also