Click or drag to resize

CCSYMB3DGetLocations Method

Get x,y,z locations from a color symbol object.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void GetLocations(
	CVV vv_x,
	CVV vv_y,
	CVV vv_z
)

public void GetLocations(
	CVV vv_x,
	CVV vv_y,
	CVV vv_z
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetCVV
VV for X locations
vv_y
Type: GeoEngine.Core.GXNetCVV
VV for Y locations
vv_z
Type: GeoEngine.Core.GXNetCVV
VV for Z locations
See Also