Click or drag to resize

CCSYMB3DAddSizeData Method

Add data for sizes 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 AddSizeData(
	CVV vv_data
)

public void AddSizeData(
	CVV vv_data
)

Parameters

vv_data
Type: GeoEngine.Core.GXNetXCVV
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