 | CWA.Create Method |
Creates an ASCII file to write to.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CWA Create(
CGXNETCore gxNetShared,
string file,
int append
)
public static CWA Create(
CGXNETCore gxNetShared,
string file,
int append
)
Public Shared Function Create (
gxNetShared As CGXNETCore,
file As String,
append As Integer
) As CWA
Public Shared Function Create (
gxNetShared As CGXNETCore,
file As String,
append As Integer
) As CWA
public:
static CWA^ Create(
CGXNETCore^ gxNetShared,
String^ file,
int append
)
public:
static CWA^ Create(
CGXNETCore^ gxNetShared,
String^ file,
int append
)
static member Create :
gxNetShared : CGXNETCore *
file : string *
append : int -> CWA
static member Create :
gxNetShared : CGXNETCore *
file : string *
append : int -> CWA
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetX.CGXNETCore
A shared CGXNETCore - file
- Type: System.String
Name of the File - append
- Type: System.Int32
<define>WA_OPEN</define>
Return Value
Type:
CWAWA Handle
RemarksANSI Encoding is assumed, See CreateEx_WA to override this.
See Also