Click or drag to resize
CSEMPLOTRePlotSymbolLegend Method
Replot 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
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.
Syntax
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
See Also