Click or drag to resize
CVOXGetInfo Method
Get information about a voxel.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void GetInfo(
	ref int type,
	ref int array,
	ref int x,
	ref int y,
	ref int z
)

Parameters

type
Type: SystemInt32
Data Type
array
Type: SystemInt32
Array Size
x
Type: SystemInt32
Elements in X
y
Type: SystemInt32
Elements in Y
z
Type: SystemInt32
Elements in Z
See Also