Click or drag to resize
CIMURangeGrids Method
Determine bounding rectangle for a set of grids

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If an IPJ is IPJ_CS_UNKNOWN, the IPJ of the first grid in the list will be used and the IPJ will be returned in this setting. Otherwise, the range in the requested IPJ will be determined.
Syntax
public static void RangeGrids(
	string str1,
	CIPJ oIPJ2,
	ref double d3,
	ref double d4,
	ref double d5,
	ref double d6
)

Parameters

str1
Type: SystemString
list of grid files, "|" delimited
oIPJ2
Type: GeoEngine.Core.GXNetCIPJ
projection for the range - see notes
d3
Type: SystemDouble
Min X - returned range in the projection
d4
Type: SystemDouble
Min Y
d5
Type: SystemDouble
Max X
d6
Type: SystemDouble
Max Y
See Also