 | CIMGReportCSV Method |
Writes grid info as a line to a CSV file
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void ReportCSV(
CGXNETCore gxNetShared,
string grid,
CWA wa,
int force,
int decimals,
int header
)
public static void ReportCSV(
CGXNETCore gxNetShared,
string grid,
CWA wa,
int force,
int decimals,
int header
)
Public Shared Sub ReportCSV (
gxNetShared As CGXNETCore,
grid As String,
wa As CWA,
force As Integer,
decimals As Integer,
header As Integer
)
Public Shared Sub ReportCSV (
gxNetShared As CGXNETCore,
grid As String,
wa As CWA,
force As Integer,
decimals As Integer,
header As Integer
)
public:
static void ReportCSV(
CGXNETCore^ gxNetShared,
String^ grid,
CWA^ wa,
int force,
int decimals,
int header
)
public:
static void ReportCSV(
CGXNETCore^ gxNetShared,
String^ grid,
CWA^ wa,
int force,
int decimals,
int header
)
static member ReportCSV :
gxNetShared : CGXNETCore *
grid : string *
wa : CWA *
force : int *
decimals : int *
header : int -> unit
static member ReportCSV :
gxNetShared : CGXNETCore *
grid : string *
wa : CWA *
force : int *
decimals : int *
header : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - grid
- Type: SystemString
Grid name - wa
- Type: GeoEngine.Core.GXNetXCWA
Text file to write to - force
- Type: SystemInt32
Recalc statistics (0 - no; 1 - yes) - decimals
- Type: SystemInt32
Number of decimals to put in results - header
- Type: SystemInt32
Write header line (0 - no; 1 - yes)?
Remarks
Appends the stats as a CSV line to the input text file.
The header line should only be written to a new text file.
See Also