Click or drag to resize
CIMUGridHead Method
Modifies Statistics contained in a grid header.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void GridHead(
	string str1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6
)

Parameters

str1
Type: SystemString
Name of the grid whose header is to be modified.
d2
Type: SystemDouble
Element separation
d3
Type: SystemDouble
Vector separation
d4
Type: SystemDouble
Grid X Origin on ground
d5
Type: SystemDouble
Grid Y Origin on ground
d6
Type: SystemDouble
Grid Rotation
See Also