Click or drag to resize

CSEMPLOTRePlotSymbolLegend Method

Replot a symbol legend in a view.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void RePlotSymbolLegend(
	CGXNETCore gxNetShared,
	CDB db,
	CMVIEW mview
)

public static void RePlotSymbolLegend(
	CGXNETCore gxNetShared,
	CDB db,
	CMVIEW mview
)

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