 | CBFCreateSBF Method |
Create BF object inside an SBF.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CBF CreateSBF(
CSBF sbf,
string file,
int status
)
public static CBF CreateSBF(
CSBF sbf,
string file,
int status
)
Public Shared Function CreateSBF (
sbf As CSBF,
file As String,
status As Integer
) As CBF
Public Shared Function CreateSBF (
sbf As CSBF,
file As String,
status As Integer
) As CBF
public:
static CBF^ CreateSBF(
CSBF^ sbf,
String^ file,
int status
)
public:
static CBF^ CreateSBF(
CSBF^ sbf,
String^ file,
int status
)
static member CreateSBF :
sbf : CSBF *
file : string *
status : int -> CBF
static member CreateSBF :
sbf : CSBF *
file : string *
status : int -> CBF
Parameters
- sbf
- Type: GeoEngine.Core.GXNetCSBF
Storage - file
- Type: SystemString
File name to open ("" is a temporary file) - status
- Type: SystemInt32
<define>BF_OPEN_MODE</define>
Return Value
Type:
CBFBF Object
Remarkssee sbf.gxh
See Also