Click or drag to resize
CIMGGetProjectedCellSize Method
Returns default cell size from projected image.

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
Returns the cell size calculated by CreateProjected_PJIMG, or by CreateProjected2_IMG when <define>GS_R8DM</define> is entered as the optional cell size. No inheritance is actually performed to the input IMG.
Syntax
public void GetProjectedCellSize(
	CIPJ ipj,
	ref double cell
)

Parameters

ipj
Type: GeoEngine.Core.GXNetXCIPJ
Projection to apply
cell
Type: SystemDouble
Returned cell size
See Also