Click or drag to resize
CCSYMBSetStaticCol Method
Set a static color for the symbol edge or fill.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
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.
Syntax
public void SetStaticCol(
	int col,
	int att
)

Parameters

col
Type: SystemInt32
Color value
att
Type: SystemInt32
<define>CSYMB_COLOR</define>
See Also