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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void SetExtents2d(
	double min_x,
	double min_y,
	double max_x,
	double max_y
)

Parameters

min_x
Type: SystemDouble
MinX
min_y
Type: SystemDouble
MinY
max_x
Type: SystemDouble
MaxX
max_y
Type: SystemDouble
MaxY
See Also