Click or drag to resize
CEXTGetInfo Method
Retrieves information about an external image format.

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)
Syntax
public static void GetInfo(
	CGXNETCore gxNetShared,
	string img,
	ref double xmin,
	ref double ymin,
	ref double xmax,
	ref double ymax,
	CIPJ ipj
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
img
Type: SystemString
Image Name
xmin
Type: SystemDouble
X Min
ymin
Type: SystemDouble
Y Min
xmax
Type: SystemDouble
X Max
ymax
Type: SystemDouble
Y Max
ipj
Type: GeoEngine.Core.GXNetXCIPJ
Projection Information
See Also