Click or drag to resize

CSEMPLOTInitGroupSymbolsUsed Method

Initializes memory of symbols used in plotting.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void InitGroupSymbolsUsed(
	CDB db
)

public static void InitGroupSymbolsUsed(
	CDB db
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database handle
Remarks
Maintains a list of the symbols used in plotting. Call before Plotting one or more legends - symbols are accumulated. PlotSymbolLegend_SEMPLOT uses this information to create a legend.
See Also