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

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)
Notes
The IMG (image) of the grid to export must be of type GS_FLOAT. If not, this method will terminate with an error.
Syntax
public static void GridXYZ(
	CIMG oIMG1,
	string str2,
	int i3,
	int i4,
	int i5,
	int i6
)

Parameters

oIMG1
Type: GeoEngine.Core.GXNetCIMG
Image of the grid to export
str2
Type: SystemString
Name of new XYZ file
i3
Type: SystemInt32
See IMU_XYZ_INDEXConstant
i4
Type: SystemInt32
X direction decimation factor
i5
Type: SystemInt32
Y direction decimation factor
i6
Type: SystemInt32
See IMU_XYZ_LABELConstant
See Also