Click or drag to resize
CTRND Class
The TRND methods are used to determine trend directions in database data by locating maxima and minima along lines and joining them in a specified direction. The resulting trend lines are appended to the database and used by gridding methods such as Bigrid and Rangrid to enforce features in the specified direction.
Inheritance Hierarchy
SystemObject
  Geosoft.Desktop.GXNetCTRND

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static class CTRND

The CTRND type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberGetMaxMin
Find the max/min nodes in a line.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberGetMesh
Get the lines in a trend mesh.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberTrndDB
Uses a selected channel to find data trends in a database.
Top
See Also