public static int QCSurveyPlan(
CDB db,
CWA wa,
CPLY pply,
double sl_spa,
double sl_azi,
double slx,
double sly,
int sl_sta,
int sl_inc,
double tl_spa,
double tl_azi,
double tlx,
double tly,
int tl_sta,
int tl_inc,
int type,
double sample_spacing,
double extend_outside
)
public static int QCSurveyPlan(
CDB db,
CWA wa,
CPLY pply,
double sl_spa,
double sl_azi,
double slx,
double sly,
int sl_sta,
int sl_inc,
double tl_spa,
double tl_azi,
double tlx,
double tly,
int tl_sta,
int tl_inc,
int type,
double sample_spacing,
double extend_outside
)
Public Shared Function QCSurveyPlan (
db As CDB,
wa As CWA,
pply As CPLY,
sl_spa As Double,
sl_azi As Double,
slx As Double,
sly As Double,
sl_sta As Integer,
sl_inc As Integer,
tl_spa As Double,
tl_azi As Double,
tlx As Double,
tly As Double,
tl_sta As Integer,
tl_inc As Integer,
type As Integer,
sample_spacing As Double,
extend_outside As Double
) As Integer
Public Shared Function QCSurveyPlan (
db As CDB,
wa As CWA,
pply As CPLY,
sl_spa As Double,
sl_azi As Double,
slx As Double,
sly As Double,
sl_sta As Integer,
sl_inc As Integer,
tl_spa As Double,
tl_azi As Double,
tlx As Double,
tly As Double,
tl_sta As Integer,
tl_inc As Integer,
type As Integer,
sample_spacing As Double,
extend_outside As Double
) As Integer
public:
static int QCSurveyPlan(
CDB^ db,
CWA^ wa,
CPLY^ pply,
double sl_spa,
double sl_azi,
double slx,
double sly,
int sl_sta,
int sl_inc,
double tl_spa,
double tl_azi,
double tlx,
double tly,
int tl_sta,
int tl_inc,
int type,
double sample_spacing,
double extend_outside
)
public:
static int QCSurveyPlan(
CDB^ db,
CWA^ wa,
CPLY^ pply,
double sl_spa,
double sl_azi,
double slx,
double sly,
int sl_sta,
int sl_inc,
double tl_spa,
double tl_azi,
double tlx,
double tly,
int tl_sta,
int tl_inc,
int type,
double sample_spacing,
double extend_outside
)
static member QCSurveyPlan :
db : CDB *
wa : CWA *
pply : CPLY *
sl_spa : float *
sl_azi : float *
slx : float *
sly : float *
sl_sta : int *
sl_inc : int *
tl_spa : float *
tl_azi : float *
tlx : float *
tly : float *
tl_sta : int *
tl_inc : int *
type : int *
sample_spacing : float *
extend_outside : float -> int
static member QCSurveyPlan :
db : CDB *
wa : CWA *
pply : CPLY *
sl_spa : float *
sl_azi : float *
slx : float *
sly : float *
sl_sta : int *
sl_inc : int *
tl_spa : float *
tl_azi : float *
tlx : float *
tly : float *
tl_sta : int *
tl_inc : int *
type : int *
sample_spacing : float *
extend_outside : float -> int