 | 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
Syntaxpublic static void RePlotSymbolLegend(
CDB db,
CMVIEW mview
)
public static void RePlotSymbolLegend(
CDB db,
CMVIEW mview
)
Public Shared Sub RePlotSymbolLegend (
db As CDB,
mview As CMVIEW
)
Public Shared Sub RePlotSymbolLegend (
db As CDB,
mview As CMVIEW
)
public:
static void RePlotSymbolLegend(
CDB^ db,
CMVIEW^ mview
)
public:
static void RePlotSymbolLegend(
CDB^ db,
CMVIEW^ mview
)
static member RePlotSymbolLegend :
db : CDB *
mview : CMVIEW -> unit
static member RePlotSymbolLegend :
db : CDB *
mview : CMVIEW -> unit
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