 | CSEMPLOTPlot Method |
Plot an XYPlot or TriPlot based on the template.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void Plot(
CDB db,
string templ,
string mask_ch,
string mineral_ch,
string map,
int map_mode,
int plot_symb
)
public static void Plot(
CDB db,
string templ,
string mask_ch,
string mineral_ch,
string map,
int map_mode,
int plot_symb
)
Public Shared Sub Plot (
db As CDB,
templ As String,
mask_ch As String,
mineral_ch As String,
map As String,
map_mode As Integer,
plot_symb As Integer
)
Public Shared Sub Plot (
db As CDB,
templ As String,
mask_ch As String,
mineral_ch As String,
map As String,
map_mode As Integer,
plot_symb As Integer
)
public:
static void Plot(
CDB^ db,
String^ templ,
String^ mask_ch,
String^ mineral_ch,
String^ map,
int map_mode,
int plot_symb
)
public:
static void Plot(
CDB^ db,
String^ templ,
String^ mask_ch,
String^ mineral_ch,
String^ map,
int map_mode,
int plot_symb
)
static member Plot :
db : CDB *
templ : string *
mask_ch : string *
mineral_ch : string *
map : string *
map_mode : int *
plot_symb : int -> unit
static member Plot :
db : CDB *
templ : string *
mask_ch : string *
mineral_ch : string *
map : string *
map_mode : int *
plot_symb : int -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database handle - templ
- Type: SystemString
Template file name - mask_ch
- Type: SystemString
Mask channel (can be "") - mineral_ch
- Type: SystemString
Mineral channel (can be "" for raw data) - map
- Type: SystemString
Map name - map_mode
- Type: SystemInt32
Map open mode; one of MAP_WRITEXXX (see map.gxh) - plot_symb
- Type: SystemInt32
Plot symbols (O: No, 1:Yes) ?
Remarks
The "Components" and "Parameters" groups in the INI file
are used.
Only values with mask values of 1 are plotted, if the mask
channel is specified.
Call "ResetUsedChannel_SEMPLOT" prior to this function
in order to track the values actually plotted.
Call InitGroupSymbolsUsed_SEMPLOT prior to this function
to reset recording of the symbols used in plotting (for legends etc).
See Also