Click or drag to resize
CIMGInherit Method
Inherit a projection/new cell size on the IMG.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If cell size is GS_R8DM, then "nice" values for the cell size of the new projected grid will be determined so that the new grid has about the same number of cells as the old. If the cell size is specified, the inheritance will always work, even if the input IPJ is identical to the original IPJ, and the cell boundaries will be forced to be aligned with the new cell size.
Syntax
public void Inherit(
	CIPJ oIPJ1,
	double d2
)

Parameters

oIPJ1
Type: GeoEngine.Core.GXNetCIPJ
Projection
d2
Type: SystemDouble
Optional cell size
See Also