Click or drag to resize
CDSELSelectResolution Method
Specify the resolution desired

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
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.
Syntax
public void SelectResolution(
	double d1,
	int i2
)

Parameters

d1
Type: SystemDouble
Minimum Resolution
i2
Type: SystemInt32
TRUE to force this resolution, if possible
See Also