Click or drag to resize

CVOXGetInfo Method

Get information about a voxel.

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

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