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) Version: 2024.2.0.25
Syntax
public static class CTRND

public static class CTRND

The CTRND type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetMaxMin
Find the max/min nodes in a line.
Public methodStatic memberGetMesh
Get the lines in a trend mesh.
Public methodStatic memberTrndDB
Uses a selected channel to find data trends in a database.
Top
See Also