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: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public class CCSYMB : CHANDLE

The CCSYMB type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyoneAddData
Add x,y,z data to a color symbol object.
Public methodAvailable to anyoneStatic memberCreate
Create a CSYMB.
Protected methodDispose
Releases the unmanaged resources used by the CCSYMB and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodAvailable to anyoneSetAngle
Set the symbol angle.
Public methodAvailable to anyoneSetBase
Set base value to subtract from Z values.
Public methodAvailable to anyoneSetDynamicCol
Associate symbol edge or fill colors with Z data and color transform.
Public methodAvailable to anyoneSetFixed
Set symbol sizing to fixed (or proportionate)
Public methodAvailable to anyoneSetFont
Set the symbol font name.
Public methodAvailable to anyoneSetNumber
Set the symbol number.
Public methodAvailable to anyoneSetScale
Set the symbol scale.
Public methodAvailable to anyoneSetStaticCol
Set a static color for the symbol edge or fill.
Top
See Also