 | CWACreateSBF Method |
Creates an ASCII file to write to in an SBF.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CWA CreateSBF(
CGXNETCore gxNetShared,
CSBF sbf,
string file,
int append
)
public static CWA CreateSBF(
CGXNETCore gxNetShared,
CSBF sbf,
string file,
int append
)
Public Shared Function CreateSBF (
gxNetShared As CGXNETCore,
sbf As CSBF,
file As String,
append As Integer
) As CWA
Public Shared Function CreateSBF (
gxNetShared As CGXNETCore,
sbf As CSBF,
file As String,
append As Integer
) As CWA
public:
static CWA^ CreateSBF(
CGXNETCore^ gxNetShared,
CSBF^ sbf,
String^ file,
int append
)
public:
static CWA^ CreateSBF(
CGXNETCore^ gxNetShared,
CSBF^ sbf,
String^ file,
int append
)
static member CreateSBF :
gxNetShared : CGXNETCore *
sbf : CSBF *
file : string *
append : int -> CWA
static member CreateSBF :
gxNetShared : CGXNETCore *
sbf : CSBF *
file : string *
append : int -> CWA
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - sbf
- Type: GeoEngine.Core.GXNetXCSBF
Storage - file
- Type: SystemString
Name of the File - append
- Type: SystemInt32
<define>WA_OPEN</define>
Return Value
Type:
CWAWA Handle
RemarksSee sbf.gxh. ANSI Encoding is assumed, See CreateSBFEx_WA to override this.
See Also