Click or drag to resize

CDSELSelectResolution Method

Specify the resolution desired

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SelectResolution(
	double res,
	int force
)

public void SelectResolution(
	double res,
	int force
)

Parameters

res
Type: SystemDouble
Minimum Resolution
force
Type: SystemInt32
TRUE to force this resolution, if possible
Remarks
Resolution must be specified in the units of the selection IPJ. This will be the optimum data resoulution. (grid cell for grids, data separation for other data types). You will normally get a reasonable resolution as near to or smaller than this unless sRequireResolution_DSEL has been set. Call sRequireResolution_DSEL with TRUE to force the client to re-sample the data to the resolution requested.
See Also