Click or drag to resize

CCSYMB3DSetITR Method

Set the ITR of the CSYMB3D

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

public void SetITR(
	CITR itr
)

Parameters

itr
Type: GeoEngine.Core.GXNetXCITR
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