Click or drag to resize

CIMGGetProjectedCellSize Method

Returns default cell size from projected image.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetProjectedCellSize(
	CIPJ ipj,
	ref double cell
)

public void GetProjectedCellSize(
	CIPJ ipj,
	ref double cell
)

Parameters

ipj
Type: GeoEngine.Core.GXNetXCIPJ
Projection to apply
cell
Type: SystemDouble
Returned cell size
Remarks
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.
See Also