Click or drag to resize

CVOXDGetThematicInfo Method

Get a copy of a thematic voxel's TPAT object and a VV containing the current display selections.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void GetThematicInfo(
	CTPAT tpat,
	CVV vv
)

public void GetThematicInfo(
	CTPAT tpat,
	CVV vv
)

Parameters

tpat
Type: GeoEngine.Core.GXNetCTPAT
TPAT object to get
vv
Type: GeoEngine.Core.GXNetCVV
VV (int) object to fill with current selections
See Also