Click or drag to resize

CCSYMB3DAddLocations Method

Add x,y,z locations to a CSYMB3D object.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void AddLocations(
	CVV vv_x,
	CVV vv_y,
	CVV vv_z
)

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

Parameters

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