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

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

Parameters

oIPJ1
Type: GeoEngine.Core.GXNetCIPJ
Projection to apply
d2
Type: SystemDouble
Returned cell size
See Also