 | CRACreateSBF Method |
Creates RA on an SBF
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CRA CreateSBF(
CGXNETCore gxNetShared,
CSBF sbf,
string file
)
public static CRA CreateSBF(
CGXNETCore gxNetShared,
CSBF sbf,
string file
)
Public Shared Function CreateSBF (
gxNetShared As CGXNETCore,
sbf As CSBF,
file As String
) As CRA
Public Shared Function CreateSBF (
gxNetShared As CGXNETCore,
sbf As CSBF,
file As String
) As CRA
public:
static CRA^ CreateSBF(
CGXNETCore^ gxNetShared,
CSBF^ sbf,
String^ file
)
public:
static CRA^ CreateSBF(
CGXNETCore^ gxNetShared,
CSBF^ sbf,
String^ file
)
static member CreateSBF :
gxNetShared : CGXNETCore *
sbf : CSBF *
file : string -> CRA
static member CreateSBF :
gxNetShared : CGXNETCore *
sbf : CSBF *
file : string -> CRA
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - sbf
- Type: GeoEngine.Core.GXNetXCSBF
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