Click or drag to resize
CTPAT Class
The full name of the pattern. ex: "felsic volcanics" Code: Short-form of the pattern description. This is the value which typically appears (for instance) in the "Rock code" channel in a Wholeplot From-To data group. ex: "FVOL" The code is CASE-SENSITIVE. Label: Text to use as a short-form in labels, graphs etc. By default, this is the same as the code. ex: "FVol." Pattern Attributes: (See DEFAULT.PAT in \src\etc for more inforation) Pattern: The Pattern Index; defined in DEFAULT.PAT, or in the user's USER.PAT file. If not specified, defaults to 0 (solid fill). Size: The pattern tile size. If not specified, defaults to 2.0mm. Density: The tiling density. If not specified, defaults to 1.0. Thickness: The line thickness in the tile, expressed as a integer percentage (0-100) of the tile size. Colour: The pattern line work colour. If not specified, defaults to black. Background colour: The pattern background colour. If not specified, defaults to transparent (C_ANY_NONE) Symbols: Symbol Font The name of the symbol font to use for a given symbol index Symbol Number Index into the font. Symbol Rotation: Rotation in degrees CCW. Symbol Scaling Additional scale factor to apply to symbol size (Default 1.0)
Inheritance Hierarchy

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public class CTPAT : CHANDLE

The CTPAT type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyoneAddColor
Add a new color to the list
Public methodAvailable to anyoneStatic memberCreate
Creates an empty thematic pattern object.
Protected methodDispose
Releases the unmanaged resources used by the CTPAT and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodAvailable to anyoneiCode
Find the index of a given thematic pattern
Public methodAvailable to anyoneIGetSolidPattern
Get solid pattern info from the TPAT.
Public methodAvailable to anyoneiSize
Returns the number of rows (items) in the TPAT object.
Public methodAvailable to anyoneLoadCSV
Load thematic patterns from a CSV file
Public methodAvailable to anyoneSetupTranslationVV
Initializes a VV used to map TPAT indices to output values
Top
See Also