Click or drag to resize
CUSERMETASetExtents2d Method
Set the 2d Extents

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void SetExtents2d(
	double d1,
	double d2,
	double d3,
	double d4
)

Parameters

d1
Type: SystemDouble
MinX
d2
Type: SystemDouble
MinY
d3
Type: SystemDouble
MaxX
d4
Type: SystemDouble
MaxY
See Also