Click or drag to resize
CPROJiAddGridDocument Method
Adds (and opens) a grid document file in the current project with a particular colour distribution and colour file.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The passed file name must be a valid Grid document with an extension and qualifiers (if applicable).
Syntax
public static int iAddGridDocument(
	CGXNETCore gxNetShared,
	string name,
	string colors,
	int method,
	int display
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
name
Type: SystemString
Document name
colors
Type: SystemString
Colour zone file to use
method
Type: SystemInt32
Colour method to use - one of the ITR_ZONE_XXXX values
display
Type: SystemInt32
<define>PROJ_DISPLAY</define>

Return Value

Type: Int32
0 - Ok 1 - Error
See Also