 | CRACreateSBF Method |
Creates RA on an SBF
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CRA CreateSBF(
CSBF sbf,
string file
)
public static CRA CreateSBF(
CSBF sbf,
string file
)
Public Shared Function CreateSBF (
sbf As CSBF,
file As String
) As CRA
Public Shared Function CreateSBF (
sbf As CSBF,
file As String
) As CRA
public:
static CRA^ CreateSBF(
CSBF^ sbf,
String^ file
)
public:
static CRA^ CreateSBF(
CSBF^ sbf,
String^ file
)
static member CreateSBF :
sbf : CSBF *
file : string -> CRA
static member CreateSBF :
sbf : CSBF *
file : string -> CRA
Parameters
- sbf
- Type: GeoEngine.Core.GXNetCSBF
Storage - file
- Type: SystemString
Name of the file
Return Value
Type:
CRARA Object
Remarks
This method allows you to open an RA in a structured file
storage (an SBF). SBFs can be created inside other data
containers, such as workspaces, maps, images and databases.
This lets you store application specific information together
with the data to which it applies.
See Also