Click or drag to resize
CSEMPLOTPlotSymbolLegend Method
Plot a symbol legend in a view.

Available since Oasis montaj version: 6.2
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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.
Syntax
public static void PlotSymbolLegend(
	CGXNETCore gxNetShared,
	CDB db,
	CMVIEW mview,
	double x_min,
	double y_min,
	double y_max,
	double symb_size
)

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
See Also