Click or drag to resize
CDATALINKDGetExtents Method
Get the data extents of the DATALINK Display object.

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

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

Parameters

min_x
Type: SystemDouble
Min X
max_x
Type: SystemDouble
Max X
min_y
Type: SystemDouble
Min Y
max_y
Type: SystemDouble
Max Y
See Also