Click or drag to resize
CMULTIGRID3DUTILImportFromXYZ Method
Import XYZ file into a Multi-Voxset

Available since Oasis montaj version: 9.4
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void ImportFromXYZ(
	CGXNETCore gxNetShared,
	string name,
	CRA ra,
	int type,
	CIPJ ipj
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
name
Type: SystemString
Name of output Voxel file
ra
Type: GeoEngine.Core.GXNetXCRA
RA To import from
type
Type: SystemInt32
Data Type <define>GS_TYPES</define>
ipj
Type: GeoEngine.Core.GXNetXCIPJ
Projection
See Also