 | CVOXDSetThematicSelection Method |
Get a copy of a thematic voxel's TPAT object and a VV containing the current display selections.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetThematicSelection(
CVV vv
)
public void SetThematicSelection(
CVV vv
)
Public Sub SetThematicSelection (
vv As CVV
)
Public Sub SetThematicSelection (
vv As CVV
)
public:
void SetThematicSelection(
CVV^ vv
)
public:
void SetThematicSelection(
CVV^ vv
)
member SetThematicSelection :
vv : CVV -> unit
member SetThematicSelection :
vv : CVV -> unit
Parameters
- vv
- Type: GeoEngine.Core.GXNetXCVV
VV (int) object to set the current selections to
See Also