Click or drag to resize
CLL2Create Method
Create an empty LL2 table to be filled

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)
Syntax
public static CLL2 Create(
	double d1,
	double d2,
	double d3,
	double d4,
	int i5,
	int i6,
	CIPJ oIPJ7,
	CIPJ oIPJ8
)

Parameters

d1
Type: SystemDouble
longitude origin
d2
Type: SystemDouble
latitude origin
d3
Type: SystemDouble
longitude increment
d4
Type: SystemDouble
latitude increment
i5
Type: SystemInt32
# longitudes
i6
Type: SystemInt32
# latitudes
oIPJ7
Type: GeoEngine.Core.GXNetCIPJ
input projection
oIPJ8
Type: GeoEngine.Core.GXNetCIPJ
output projection

Return Value

Type: CLL2
LL2 Object
See Also