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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
If cell size is <define>GS_R8DM</define>, 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 ipj,
	double cell
)

Parameters

ipj
Type: GeoEngine.Core.GXNetXCIPJ
Projection
cell
Type: SystemDouble
Optional cell size
See Also