  | CCHIMERALaunchScatter Method  | 
 Launch scatter tool on a database.
 
    Namespace: 
   Geosoft.Desktop.GXNetX
    Assembly:
   geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void LaunchScatter(
	CGXNETCore gxNetShared,
	string db
)
public static void LaunchScatter(
	CGXNETCore gxNetShared,
	string db
)
Public Shared Sub LaunchScatter ( 
	gxNetShared As CGXNETCore,
	db As String
)
Public Shared Sub LaunchScatter ( 
	gxNetShared As CGXNETCore,
	db As String
)
public:
static void LaunchScatter(
	CGXNETCore^ gxNetShared, 
	String^ db
)
public:
static void LaunchScatter(
	CGXNETCore^ gxNetShared, 
	String^ db
)
static member LaunchScatter : 
        gxNetShared : CGXNETCore * 
        db : string -> unit 
static member LaunchScatter : 
        gxNetShared : CGXNETCore * 
        db : string -> unit 
Parameters
- gxNetShared
 - Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - db
 - Type: SystemString
Database name 
Remarks
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).
See Also