 | 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
Syntaxpublic void SetStaticCol(
int col,
int att
)
public void SetStaticCol(
int col,
int att
)
Public Sub SetStaticCol (
col As Integer,
att As Integer
)
Public Sub SetStaticCol (
col As Integer,
att As Integer
)
public:
void SetStaticCol(
int col,
int att
)
public:
void SetStaticCol(
int col,
int att
)
member SetStaticCol :
col : int *
att : int -> unit
member SetStaticCol :
col : int *
att : int -> unit
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