Click or drag to resize

CCSYMB3DAddSizeData Method

Add data for sizes to a CSYMB3D object.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void AddSizeData(
	CVV vv_data
)

public void AddSizeData(
	CVV vv_data
)

Parameters

vv_data
Type: GeoEngine.Core.GXNetCVV
VV for size data values.
Remarks
To use these values, call the SetSizeScale or SetSizeMinMax functions. Ensure you add an equal number of locations.
See Also