Click or drag to resize
CCHIMERALaunchScatter Method
Launch scatter tool on a database.

Available since Oasis montaj version: 5.0.6
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The scatter tool uses the following INI parameters SCATTER.STM name of the scatter template,"none" for none SCATTER.STM_NAME name of last template section, "" for none. SCATTER.X name of channel to display in X SCATTER.Y name of channel to display in Y SCATTER.MASK name of channel to use for mask The database should be a currently open database. This function supercedes LaunchScatter_EDB, (which now just gets the name of the EDB and calls this function).
Syntax
public static void LaunchScatter(
	string str1
)

Parameters

str1
Type: SystemString
Database name
See Also