 | CIMGReport Method |
Writes grid info report to a file
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void Report(
CGXNETCore gxNetShared,
string grid,
CWA wa,
int force,
int decimals,
string title
)
public static void Report(
CGXNETCore gxNetShared,
string grid,
CWA wa,
int force,
int decimals,
string title
)
Public Shared Sub Report (
gxNetShared As CGXNETCore,
grid As String,
wa As CWA,
force As Integer,
decimals As Integer,
title As String
)
Public Shared Sub Report (
gxNetShared As CGXNETCore,
grid As String,
wa As CWA,
force As Integer,
decimals As Integer,
title As String
)
public:
static void Report(
CGXNETCore^ gxNetShared,
String^ grid,
CWA^ wa,
int force,
int decimals,
String^ title
)
public:
static void Report(
CGXNETCore^ gxNetShared,
String^ grid,
CWA^ wa,
int force,
int decimals,
String^ title
)
static member Report :
gxNetShared : CGXNETCore *
grid : string *
wa : CWA *
force : int *
decimals : int *
title : string -> unit
static member Report :
gxNetShared : CGXNETCore *
grid : string *
wa : CWA *
force : int *
decimals : int *
title : string -> 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 - title
- Type: SystemString
Title for report
See Also