 | CSEMPLOTReplot Method |
Replot an existing SEMPLOT plot based on current data.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void Replot(
CDB db,
string mask_ch,
string mineral_ch,
CMAP map,
string view
)
public static void Replot(
CDB db,
string mask_ch,
string mineral_ch,
CMAP map,
string view
)
Public Shared Sub Replot (
db As CDB,
mask_ch As String,
mineral_ch As String,
map As CMAP,
view As String
)
Public Shared Sub Replot (
db As CDB,
mask_ch As String,
mineral_ch As String,
map As CMAP,
view As String
)
public:
static void Replot(
CDB^ db,
String^ mask_ch,
String^ mineral_ch,
CMAP^ map,
String^ view
)
public:
static void Replot(
CDB^ db,
String^ mask_ch,
String^ mineral_ch,
CMAP^ map,
String^ view
)
static member Replot :
db : CDB *
mask_ch : string *
mineral_ch : string *
map : CMAP *
view : string -> unit
static member Replot :
db : CDB *
mask_ch : string *
mineral_ch : string *
map : CMAP *
view : string -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database handle - mask_ch
- Type: SystemString
Mask channel (can be "") - mineral_ch
- Type: SystemString
Mineral channel (can be "" for raw data) - map
- Type: GeoEngine.Core.GXNetCMAP
Map handle - view
- Type: SystemString
Map View containing the plot
Remarks
Note that the selection of data
in the current DB is used to replot the map.
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