Click or drag to resize
CBFCreate Method
Create BF object.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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(
	string str1,
	int i2
)

Parameters

str1
Type: SystemString
file name to open ("" is a temporary file)
i2
Type: SystemInt32
See BF_OPEN_MODEConstant

Return Value

Type: CBF
BF Object
See Also