Click or drag to resize

CSEMPLOT.PropSymb Method

Plot a proportional symbol plot.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void PropSymb(
	CDB db,
	CMAP map,
	string view,
	string chan,
	string mask_ch,
	string mineral_ch,
	int log,
	int area,
	double base,
	double scale,
	int symb,
	int wt,
	int line_col,
	int fill_col,
	int legend
)

public static void PropSymb(
	CDB db,
	CMAP map,
	string view,
	string chan,
	string mask_ch,
	string mineral_ch,
	int log,
	int area,
	double base,
	double scale,
	int symb,
	int wt,
	int line_col,
	int fill_col,
	int legend
)

Parameters

db
Type: GeoEngine.Core.GXNet.CDB
Database handle
map
Type: GeoEngine.Core.GXNet.CMAP
Map to plot to
view
Type: System.String
View to replot
chan
Type: System.String
Channel name
mask_ch
Type: System.String
Mask channel (can be "")
mineral_ch
Type: System.String
Mineral channel (
log
Type: System.Int32
Linear (0) or logarithmic (1) scaling
area
Type: System.Int32
Scale by diameter (0) or area (1)
base
Type: System.Double
Scale base (log) data units
scale
Type: System.Double
Scale factor (log) data units/mm
symb
Type: System.Int32
Symbol number
wt
Type: System.Int32
Symbol weight
line_col
Type: System.Int32
Symbol line color
fill_col
Type: System.Int32
Symbol fill color
legend
Type: System.Int32
Plot legend?
Remarks
Replots map using proportional symbols
See Also