Click or drag to resize
CMULTIGRID3DUTILImportFromVoxel Method (CGXNETCore, String, String, String, String)
Import a Voxel directly 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 ImportFromVoxel(
	CGXNETCore gxNetShared,
	string project_file,
	string grid3d_file,
	string multi_voxset_attribute,
	ref string p_uuid_string
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
project_file
Type: SystemString
Project file
grid3d_file
Type: SystemString
Input Voxel file
multi_voxset_attribute
Type: SystemString
Multi-Voxset attribute
p_uuid_string
Type: SystemString
UUID string returned
See Also