 | CSEMPLOTPlotSymbolLegend Method |
Plot a symbol legend in a view.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void PlotSymbolLegend(
CGXNETCore gxNetShared,
CDB db,
CMVIEW mview,
double x_min,
double y_min,
double y_max,
double symb_size
)
public static void PlotSymbolLegend(
CGXNETCore gxNetShared,
CDB db,
CMVIEW mview,
double x_min,
double y_min,
double y_max,
double symb_size
)
Public Shared Sub PlotSymbolLegend (
gxNetShared As CGXNETCore,
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 (
gxNetShared As CGXNETCore,
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(
CGXNETCore^ gxNetShared,
CDB^ db,
CMVIEW^ mview,
double x_min,
double y_min,
double y_max,
double symb_size
)
public:
static void PlotSymbolLegend(
CGXNETCore^ gxNetShared,
CDB^ db,
CMVIEW^ mview,
double x_min,
double y_min,
double y_max,
double symb_size
)
static member PlotSymbolLegend :
gxNetShared : CGXNETCore *
db : CDB *
mview : CMVIEW *
x_min : float *
y_min : float *
y_max : float *
symb_size : float -> unit
static member PlotSymbolLegend :
gxNetShared : CGXNETCore *
db : CDB *
mview : CMVIEW *
x_min : float *
y_min : float *
y_max : float *
symb_size : float -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - db
- Type: GeoEngine.Core.GXNetXCDB
Database handle - mview
- Type: GeoEngine.Core.GXNetXCMVIEW
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