Click or drag to resize

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
Syntax
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
)

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