 | CTCCreateEx2 Method |
Creates a Terrain Correction object with surveytype and topo surface elevation grid
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CTC CreateEx2(
CGXNETCore gxNetShared,
CIMG img,
double elev_unit,
double dinner,
double douter,
double dens_t,
double dens_w,
double elev_w,
int edge,
double edge_elev,
int opt,
int survey_type,
CIMG img2
)
public static CTC CreateEx2(
CGXNETCore gxNetShared,
CIMG img,
double elev_unit,
double dinner,
double douter,
double dens_t,
double dens_w,
double elev_w,
int edge,
double edge_elev,
int opt,
int survey_type,
CIMG img2
)
Public Shared Function CreateEx2 (
gxNetShared As CGXNETCore,
img As CIMG,
elev_unit As Double,
dinner As Double,
douter As Double,
dens_t As Double,
dens_w As Double,
elev_w As Double,
edge As Integer,
edge_elev As Double,
opt As Integer,
survey_type As Integer,
img2 As CIMG
) As CTC
Public Shared Function CreateEx2 (
gxNetShared As CGXNETCore,
img As CIMG,
elev_unit As Double,
dinner As Double,
douter As Double,
dens_t As Double,
dens_w As Double,
elev_w As Double,
edge As Integer,
edge_elev As Double,
opt As Integer,
survey_type As Integer,
img2 As CIMG
) As CTC
public:
static CTC^ CreateEx2(
CGXNETCore^ gxNetShared,
CIMG^ img,
double elev_unit,
double dinner,
double douter,
double dens_t,
double dens_w,
double elev_w,
int edge,
double edge_elev,
int opt,
int survey_type,
CIMG^ img2
)
public:
static CTC^ CreateEx2(
CGXNETCore^ gxNetShared,
CIMG^ img,
double elev_unit,
double dinner,
double douter,
double dens_t,
double dens_w,
double elev_w,
int edge,
double edge_elev,
int opt,
int survey_type,
CIMG^ img2
)
static member CreateEx2 :
gxNetShared : CGXNETCore *
img : CIMG *
elev_unit : float *
dinner : float *
douter : float *
dens_t : float *
dens_w : float *
elev_w : float *
edge : int *
edge_elev : float *
opt : int *
survey_type : int *
img2 : CIMG -> CTC
static member CreateEx2 :
gxNetShared : CGXNETCore *
img : CIMG *
elev_unit : float *
dinner : float *
douter : float *
dens_t : float *
dens_w : float *
elev_w : float *
edge : int *
edge_elev : float *
opt : int *
survey_type : int *
img2 : CIMG -> CTC
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - img
- Type: GeoEngine.Core.GXNetXCIMG
Topo (Rock Surface DEM) grid - elev_unit
- Type: SystemDouble
Elevation unit in 1 metre (i.e. 0.3048 for feet) - dinner
- Type: SystemDouble
Inner distance (in topo grid projection units, default in metres) - douter
- Type: SystemDouble
Outer distance (in topo grid projection units, default in metres) - dens_t
- Type: SystemDouble
Terrain density in g/cc - dens_w
- Type: SystemDouble
Water density in g/cc - elev_w
- Type: SystemDouble
Water reference elevation (in elevation unit) - edge
- Type: SystemInt32
1 to calculate an edge correction (compensation), 0 otherwise - edge_elev
- Type: SystemDouble
Average elevation beyond max distance (in elevation unit) - opt
- Type: SystemInt32
<define>TC_OPT</define> - survey_type
- Type: SystemInt32
<define>TC_SURVEYTYPE</define> - img2
- Type: GeoEngine.Core.GXNetXCIMG
Topo (Elev Surface DEM) grid
Return Value
Type:
CTCTC Object
See Also