Click or drag to resize
CTINRangeXY Method
Find the range in X and Y of the TINned region.

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The TINned range is the range of X and Y covered by the TIN triangles. It can thus be less than the full X and Y range of the nodes themselves, if a full convex hull is not calculated.
Syntax
public void RangeXY(
	ref double x_min,
	ref double y_min,
	ref double x_max,
	ref double y_max
)

Parameters

x_min
Type: SystemDouble
Min X (returned)
y_min
Type: SystemDouble
Min Y
x_max
Type: SystemDouble
Max X
y_max
Type: SystemDouble
Max Y
See Also