Click or drag to resize
CSYSDoCommand Method
Execute an Oasis montaj command.

Available since Oasis montaj version: 5.0.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Commands syntax: "[type] command" type command ---- ------- ID Internal Menu Command See "Internal Menu Commands" in GX Developer documentation. GX gx file name GS gs file name DOTNET dll file name Use qualifiers to specify class and method e.g. [DOTNET] geogxnet.dll(Geosoft.GX.NewGDB.NewGDB;Run) PDF pdf file name DOS DOS style command HLP help file name The must be ONE space between the "]" and the command. For example: DoCommand_SYS("[ID] ID_EDIT_SELECT"); // bring up the line edit tool
Syntax
public static void DoCommand(
	string str1
)

Parameters

str1
Type: SystemString
Command
See Also