 | CSEMPLOTPlotSymbolLegend Method |
Plot a symbol legend in a view.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void PlotSymbolLegend(
CDB db,
CMVIEW mview,
double x_min,
double y_min,
double y_max,
double symb_size
)
public static void PlotSymbolLegend(
CDB db,
CMVIEW mview,
double x_min,
double y_min,
double y_max,
double symb_size
)
Public Shared Sub PlotSymbolLegend (
db As CDB,
mview As CMVIEW,
x_min As Double,
y_min As Double,
y_max As Double,
symb_size As Double
)
Public Shared Sub PlotSymbolLegend (
db As CDB,
mview As CMVIEW,
x_min As Double,
y_min As Double,
y_max As Double,
symb_size As Double
)
public:
static void PlotSymbolLegend(
CDB^ db,
CMVIEW^ mview,
double x_min,
double y_min,
double y_max,
double symb_size
)
public:
static void PlotSymbolLegend(
CDB^ db,
CMVIEW^ mview,
double x_min,
double y_min,
double y_max,
double symb_size
)
static member PlotSymbolLegend :
db : CDB *
mview : CMVIEW *
x_min : float *
y_min : float *
y_max : float *
symb_size : float -> unit
static member PlotSymbolLegend :
db : CDB *
mview : CMVIEW *
x_min : float *
y_min : float *
y_max : float *
symb_size : float -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database handle - mview
- Type: GeoEngine.Core.GXNetCMVIEW
View to plot into - x_min
- Type: SystemDouble
X Minimum - y_min
- Type: SystemDouble
Y Minimum - y_max
- Type: SystemDouble
Y Maximum - symb_size
- Type: SystemDouble
Symbol size
Remarks
This function depends on InitGroupSymbolsUsed_SEMPLOT
before the plot for which this legend is created is made.
The symbols and groups to use in the legend are stored to
a database blob after the plot is made. These values are
recovered by this function to make the legend at the
specified location.
See Also