Click or drag to resize

CMULTIGRID3DUTILImportFromXYZ Method

Import XYZ file into a Multi-Voxset

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ImportFromXYZ(
	string name,
	CRA ra,
	int type,
	CIPJ ipj
)

public static void ImportFromXYZ(
	string name,
	CRA ra,
	int type,
	CIPJ ipj
)

Parameters

name
Type: SystemString
Name of output Voxel file
ra
Type: GeoEngine.Core.GXNetCRA
RA To import from
type
Type: SystemInt32
Data Type <define>GS_TYPES</define>
ipj
Type: GeoEngine.Core.GXNetCIPJ
Projection
See Also