Click or drag to resize
CPJProjectBoundingRectangleRes2 Method
Project a bounding rectangle with resolution and error tolerance.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
This is the same as ProjectBoundingRectangleRes_PJ except that the bounding rectangle will be limited to an area within which the projection can be performed to an accuracy better than the specified error tolerance.
Syntax
public void ProjectBoundingRectangleRes2(
	ref double d1,
	ref double d2,
	ref double d3,
	ref double d4,
	ref double d5,
	double d6
)

Parameters

d1
Type: SystemDouble
Bounding Region Min X
d2
Type: SystemDouble
Bounding Region Min Y
d3
Type: SystemDouble
Bounding Region Max X
d4
Type: SystemDouble
Bounding Region Max Y
d5
Type: SystemDouble
Resolution
d6
Type: SystemDouble
maximum allowable projection error if <= 0.0, will use 0.005% of smallest dimension
See Also