Click or drag to resize

CCSYMB.SetStaticCol Method

Set a static color for the symbol edge or fill.

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

public void SetStaticCol(
	int col,
	int att
)

Parameters

col
Type: System.Int32
Color value
att
Type: System.Int32
<define>CSYMB_COLOR</define>
Remarks
Use this method to set a STATIC color for symbol edge or fill. By default, both edge and fill colors vary according to their Z data values and a color transform.
See Also