 | CIMUGridHead Method |
Modifies Statistics contained in a grid header.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void GridHead(
CGXNETCore gxNetShared,
string grid,
double esep,
double vsep,
double x_orig,
double y_orig,
double rot
)
public static void GridHead(
CGXNETCore gxNetShared,
string grid,
double esep,
double vsep,
double x_orig,
double y_orig,
double rot
)
Public Shared Sub GridHead (
gxNetShared As CGXNETCore,
grid As String,
esep As Double,
vsep As Double,
x_orig As Double,
y_orig As Double,
rot As Double
)
Public Shared Sub GridHead (
gxNetShared As CGXNETCore,
grid As String,
esep As Double,
vsep As Double,
x_orig As Double,
y_orig As Double,
rot As Double
)
public:
static void GridHead(
CGXNETCore^ gxNetShared,
String^ grid,
double esep,
double vsep,
double x_orig,
double y_orig,
double rot
)
public:
static void GridHead(
CGXNETCore^ gxNetShared,
String^ grid,
double esep,
double vsep,
double x_orig,
double y_orig,
double rot
)
static member GridHead :
gxNetShared : CGXNETCore *
grid : string *
esep : float *
vsep : float *
x_orig : float *
y_orig : float *
rot : float -> unit
static member GridHead :
gxNetShared : CGXNETCore *
grid : string *
esep : float *
vsep : float *
x_orig : float *
y_orig : float *
rot : float -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - grid
- Type: SystemString
Name of the grid whose header is to be modified. - esep
- Type: SystemDouble
Element separation - vsep
- Type: SystemDouble
Vector separation - x_orig
- Type: SystemDouble
Grid X Origin on ground - y_orig
- Type: SystemDouble
Grid Y Origin on ground - rot
- Type: SystemDouble
Grid Rotation
See Also