 | CBFCreate Method |
Create BF object.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CBF Create(
CGXNETCore gxNetShared,
string file,
int status
)
public static CBF Create(
CGXNETCore gxNetShared,
string file,
int status
)
Public Shared Function Create (
gxNetShared As CGXNETCore,
file As String,
status As Integer
) As CBF
Public Shared Function Create (
gxNetShared As CGXNETCore,
file As String,
status As Integer
) As CBF
public:
static CBF^ Create(
CGXNETCore^ gxNetShared,
String^ file,
int status
)
public:
static CBF^ Create(
CGXNETCore^ gxNetShared,
String^ file,
int status
)
static member Create :
gxNetShared : CGXNETCore *
file : string *
status : int -> CBF
static member Create :
gxNetShared : CGXNETCore *
file : string *
status : int -> CBF
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - file
- Type: SystemString
File name to open ("" is a temporary file) - status
- Type: SystemInt32
<define>BF_OPEN_MODE</define>
Return Value
Type:
CBFBF Object
Remarks
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"
See Also