Click or drag to resize

CDHiEditClassificationTableFileGUI Method (String, String, Int32, Int32)

Edit a symbol color/pattern CSV file

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iEditClassificationTableFileGUI(
	string chan,
	ref string class_file,
	int fill_patterns,
	int colors_only
)

public int iEditClassificationTableFileGUI(
	string chan,
	ref string class_file,
	int fill_patterns,
	int colors_only
)

Parameters

chan
Type: SystemString
Channel
class_file
Type: SystemString
CSV filename (in/out can be blank)
fill_patterns
Type: SystemInt32
0 - Collar Symbols -1 - Rock Patterns
colors_only
Type: SystemInt32
0 - Symbols/patterns (2D) -1 - Colors only (3D)

Return Value

Type: Int32
0 - Ok -1 - User Cancelled
See Also