Click or drag to resize
CEDOCCreateNewGMS3D Method
Creates a new GMSYS 3D Model into the workspace, flags as new.

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 specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
See Load_EDOC. This is used for brand new documents, it also sets an internal flag such that if on closing the user chooses not to save changes, the document is deleted thus keeping the project folders clean.
Syntax
public static CEDOC CreateNewGMS3D(
	string str1,
	int i2,
	int i3,
	int i4
)

Parameters

str1
Type: SystemString
Document to load.
i2
Type: SystemInt32
X Size
i3
Type: SystemInt32
Y Size
i4
Type: SystemInt32
See GMS3D_MODELTYPEConstant

Return Value

Type: CEDOC
Handle to the newly created edited model.
See Also