Click or drag to resize

CIMUGridHead Method

Modifies Statistics contained in a grid header.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GridHead(
	string grid,
	double esep,
	double vsep,
	double x_orig,
	double y_orig,
	double rot
)

public static void GridHead(
	string grid,
	double esep,
	double vsep,
	double x_orig,
	double y_orig,
	double rot
)

Parameters

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