Click or drag to resize
CIMUGridXYZ Method
Export a Grid image to an XYZ file.

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 IMG (image) of the grid to export must be of type <define>GS_FLOAT</define>. If not, this method will terminate with an error.
Syntax
public static void GridXYZ(
	CGXNETCore gxNetShared,
	CIMG img,
	string xyz,
	int index,
	int dec_x,
	int dec_y,
	int lab
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
img
Type: GeoEngine.Core.GXNetXCIMG
Image of the grid to export
xyz
Type: SystemString
Name of new XYZ file
index
Type: SystemInt32
<define>IMU_XYZ_INDEX</define>
dec_x
Type: SystemInt32
X direction decimation factor
dec_y
Type: SystemInt32
Y direction decimation factor
lab
Type: SystemInt32
<define>IMU_XYZ_LABEL</define>
See Also