Click or drag to resize
CIPJReprojectSectionGrid Method
Reproject a section grid

Available since Oasis montaj version: 9.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Reproject a section grid to a new IPJ, adjusting its orientation and registration so that it remains in the same location.
Syntax
public void ReprojectSectionGrid(
	CIPJ oIPJ1,
	ref double d2,
	ref double d3,
	ref double d4,
	ref double d5,
	ref double d6
)

Parameters

oIPJ1
Type: GeoEngine.Core.GXNetCIPJ
Reprojected IPJ on input (need not include an orientation). On output contains the same type of orientation as the initial IPJ, adjusted to be in the same location.
d2
Type: SystemDouble
X origin of grid (input initial value, output new value)
d3
Type: SystemDouble
Y origin of grid (input initial value, output new value)
d4
Type: SystemDouble
X cell size of grid (input initial value, output new value)
d5
Type: SystemDouble
Y cell size of grid (input initial value, output new value)
d6
Type: SystemDouble
Grid rotation (degrees CCW) (input initial value, output new value)
See Also