 | CTRNDGetMesh Method |
Get the lines in a trend mesh.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void GetMesh(
CDB db,
string chan,
double window,
double max_length,
CVV mesh_vv,
int trnd
)
public static void GetMesh(
CDB db,
string chan,
double window,
double max_length,
CVV mesh_vv,
int trnd
)
Public Shared Sub GetMesh (
db As CDB,
chan As String,
window As Double,
max_length As Double,
mesh_vv As CVV,
trnd As Integer
)
Public Shared Sub GetMesh (
db As CDB,
chan As String,
window As Double,
max_length As Double,
mesh_vv As CVV,
trnd As Integer
)
public:
static void GetMesh(
CDB^ db,
String^ chan,
double window,
double max_length,
CVV^ mesh_vv,
int trnd
)
public:
static void GetMesh(
CDB^ db,
String^ chan,
double window,
double max_length,
CVV^ mesh_vv,
int trnd
)
static member GetMesh :
db : CDB *
chan : string *
window : float *
max_length : float *
mesh_vv : CVV *
trnd : int -> unit
static member GetMesh :
db : CDB *
chan : string *
window : float *
max_length : float *
mesh_vv : CVV *
trnd : int -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database - chan
- Type: SystemString
Selected channel - window
- Type: SystemDouble
MaxMin Window - max_length
- Type: SystemDouble
Maximum join length - mesh_vv
- Type: GeoEngine.Core.GXNetCVV
VV of type GS_D2POINT (returned) - trnd
- Type: SystemInt32
<define>TRND_NODE</define>
See Also