 | CSBFCreate Method |
Create a child SBF object inside an SBF.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic CSBF Create(
string file,
int status
)
public CSBF Create(
string file,
int status
)
Public Function Create (
file As String,
status As Integer
) As CSBF
Public Function Create (
file As String,
status As Integer
) As CSBF
public:
CSBF^ Create(
String^ file,
int status
)
public:
CSBF^ Create(
String^ file,
int status
)
member Create :
file : string *
status : int -> CSBF
member Create :
file : string *
status : int -> CSBF
Parameters
- file
- Type: SystemString
Directory name to open / create - status
- Type: SystemInt32
<define>SBF_OPEN</define>
Return Value
Type:
CSBFSBF object, terminates if fails.
See Also