Click or drag to resize

CCSYMB Class

This class is used for generating and modifying colored symbol objects. Symbol fills are assigned colors based on their Z values and a zone, Aggregate or ITR file which defines what colors are associated with different ranges of Z values. The position of a symbol is defined by its X,Y coordinates.
Inheritance Hierarchy

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public class CCSYMB : CHANDLE

public class CCSYMB : CHANDLE

The CCSYMB type exposes the following members.

Methods
  NameDescription
Public methodAddData
Add x,y,z data to a color symbol object.
Public methodStatic memberCreate
Create a CSYMB.
Protected methodDispose
Releases the unmanaged resources used by the CCSYMB and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodGetITR
Get the ITR of the CSYMB
Public methodGetStat
Get the ST of the CSYMB
Public methodSetAngle
Set the symbol angle.
Public methodSetBase
Set base value to subtract from Z values.
Public methodSetDynamicCol
Associate symbol edge or fill colors with Z data and color transform.
Public methodSetFixed
Set symbol sizing to fixed (or proportionate)
Public methodSetFont
Set the symbol font name.
Public methodSetNumber
Set the symbol number.
Public methodSetScale
Set the symbol scale.
Public methodSetStaticCol
Set a static color for the symbol edge or fill.
Top
See Also