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.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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 d1,
	ref double d2,
	ref double d3,
	ref double d4
)

Parameters

d1
Type: SystemDouble
Min X (returned)
d2
Type: SystemDouble
Min Y
d3
Type: SystemDouble
Max X
d4
Type: SystemDouble
Max Y
See Also