Click or drag to resize
CPGURefFile Method
Create a reference file (boolean mask flag) from pager.

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
A reference file is a binary file with the following format: The first 8 bytes are the pager dimensions NX and NY as longs. The remaining bits, one bit per pager cell - (NX * NY)/8 bytes are zero where the pager is dummy, and 1 where the pager is defined. The reference file is used in various operations where it is necessary to mask some output to the original defined cells.
Syntax
public static void RefFile(
	CGXNETCore gxNetShared,
	CPG pg,
	string ref_fil
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
pg
Type: GeoEngine.Core.GXNetXCPG
PG object
ref_fil
Type: SystemString
Reference file name
See Also