Click or drag to resize
CBFCreate Method
Create BF object.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Run-time specific directory paths may be added the the front of file names as follows: <geosoft> the main Geosoft installation directory <geosoft2> the secondary Geosoft installation directory <geotemp> the Geosoft temporary file directory <windows> the operating system Windows directory <system> the operating system system directory <other> other environment variables For example "<geosoft>/user/csv/datum.csv"
Syntax
public static CBF Create(
	CGXNETCore gxNetShared,
	string file,
	int status
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
file
Type: SystemString
File name to open ("" is a temporary file)
status
Type: SystemInt32
&lt;define&gt;BF_OPEN_MODE&lt;/define&gt;

Return Value

Type: CBF
BF Object
See Also