public static void StandardView(
CGXNETCore gxNetShared,
CMAP map,
string view,
string group,
CIPJ ipj,
CVV vvy,
int old,
double tol,
double min,
double max,
string title,
string unit,
double xs,
CVV vvx,
CVV vv_line,
CVV vv_fid,
CDB db,
ref double min_y,
ref double max_y
)
public static void StandardView(
CGXNETCore gxNetShared,
CMAP map,
string view,
string group,
CIPJ ipj,
CVV vvy,
int old,
double tol,
double min,
double max,
string title,
string unit,
double xs,
CVV vvx,
CVV vv_line,
CVV vv_fid,
CDB db,
ref double min_y,
ref double max_y
)
Public Shared Sub StandardView (
gxNetShared As CGXNETCore,
map As CMAP,
view As String,
group As String,
ipj As CIPJ,
vvy As CVV,
old As Integer,
tol As Double,
min As Double,
max As Double,
title As String,
unit As String,
xs As Double,
vvx As CVV,
vv_line As CVV,
vv_fid As CVV,
db As CDB,
ByRef min_y As Double,
ByRef max_y As Double
)
Public Shared Sub StandardView (
gxNetShared As CGXNETCore,
map As CMAP,
view As String,
group As String,
ipj As CIPJ,
vvy As CVV,
old As Integer,
tol As Double,
min As Double,
max As Double,
title As String,
unit As String,
xs As Double,
vvx As CVV,
vv_line As CVV,
vv_fid As CVV,
db As CDB,
ByRef min_y As Double,
ByRef max_y As Double
)
public:
static void StandardView(
CGXNETCore^ gxNetShared,
CMAP^ map,
String^ view,
String^ group,
CIPJ^ ipj,
CVV^ vvy,
int old,
double tol,
double min,
double max,
String^ title,
String^ unit,
double xs,
CVV^ vvx,
CVV^ vv_line,
CVV^ vv_fid,
CDB^ db,
double% min_y,
double% max_y
)
public:
static void StandardView(
CGXNETCore^ gxNetShared,
CMAP^ map,
String^ view,
String^ group,
CIPJ^ ipj,
CVV^ vvy,
int old,
double tol,
double min,
double max,
String^ title,
String^ unit,
double xs,
CVV^ vvx,
CVV^ vv_line,
CVV^ vv_fid,
CDB^ db,
double% min_y,
double% max_y
)
static member StandardView :
gxNetShared : CGXNETCore *
map : CMAP *
view : string *
group : string *
ipj : CIPJ *
vvy : CVV *
old : int *
tol : float *
min : float *
max : float *
title : string *
unit : string *
xs : float *
vvx : CVV *
vv_line : CVV *
vv_fid : CVV *
db : CDB *
min_y : float byref *
max_y : float byref -> unit
static member StandardView :
gxNetShared : CGXNETCore *
map : CMAP *
view : string *
group : string *
ipj : CIPJ *
vvy : CVV *
old : int *
tol : float *
min : float *
max : float *
title : string *
unit : string *
xs : float *
vvx : CVV *
vv_line : CVV *
vv_fid : CVV *
db : CDB *
min_y : float byref *
max_y : float byref -> unit