Click or drag to resize

CSEMPLOTPropSymb Method

Plot a proportional symbol plot.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void PropSymb(
	CGXNETCore gxNetShared,
	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(
	CGXNETCore gxNetShared,
	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

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database handle
map
Type: GeoEngine.Core.GXNetXCMAP
Map to plot to
view
Type: SystemString
View to replot
chan
Type: SystemString
Channel name
mask_ch
Type: SystemString
Mask channel (can be "")
mineral_ch
Type: SystemString
Mineral channel (
log
Type: SystemInt32
Linear (0) or logarithmic (1) scaling
area
Type: SystemInt32
Scale by diameter (0) or area (1)
base
Type: SystemDouble
Scale base (log) data units
scale
Type: SystemDouble
Scale factor (log) data units/mm
symb
Type: SystemInt32
Symbol number
wt
Type: SystemInt32
Symbol weight
line_col
Type: SystemInt32
Symbol line color
fill_col
Type: SystemInt32
Symbol fill color
legend
Type: SystemInt32
Plot legend?
Remarks
Replots map using proportional symbols
See Also