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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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(
	CGXNETCore gxNetShared,
	string grids,
	CIPJ ipj,
	ref double min_x,
	ref double min_y,
	ref double max_x,
	ref double max_y
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
grids
Type: SystemString
List of grid files, "|" delimited
ipj
Type: GeoEngine.Core.GXNetXCIPJ
Projection for the range - see notes
min_x
Type: SystemDouble
Min X - returned range in the projection
min_y
Type: SystemDouble
Min Y
max_x
Type: SystemDouble
Max X
max_y
Type: SystemDouble
Max Y
See Also