Click or drag to resize

CCSYMB3DSetITR Method

Set the ITR of the CSYMB3D

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void SetITR(
	CITR itr
)

public void SetITR(
	CITR itr
)

Parameters

itr
Type: GeoEngine.Core.GXNetCITR
ITR object
Remarks
Setting the ITR puts the symbols in colour-transform mode. Data for colours must be added using the AddSizeData function.
See Also