Click or drag to resize

CSEMPLOTRePlotSymbolLegend Method

Replot 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 RePlotSymbolLegend(
	CDB db,
	CMVIEW mview
)

public static void RePlotSymbolLegend(
	CDB db,
	CMVIEW mview
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database handle
mview
Type: GeoEngine.Core.GXNetCMVIEW
View to plot into
Remarks
Searches the VIEW REG for information on a previously created legend, and if it finds that info, replots the Legend, using the current data, group key etc.
See Also