Click or drag to resize

CCSYMBSetDynamicCol Method

Associate symbol edge or fill colors with Z data and color transform.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetDynamicCol(
	int att
)

public void SetDynamicCol(
	int att
)

Parameters

att
Type: SystemInt32
<define>CSYMB_COLOR</define>
Remarks
Use this method after a call to SetStaticCol_CSYMB. This method reestablishes the symbol color association with their Z data values and color transform.
See Also