public static void Mapset2(
CGXNETCore gxNetShared,
CMAP map,
string base,
string data,
double min_x,
double max_x,
double min_y,
double max_y,
string size,
int port,
int exact,
double scale,
double vert_exag,
double conv,
double marg_xmin,
double marg_xmax,
double marg_ymin,
double marg_ymax,
double inside
)
public static void Mapset2(
CGXNETCore gxNetShared,
CMAP map,
string base,
string data,
double min_x,
double max_x,
double min_y,
double max_y,
string size,
int port,
int exact,
double scale,
double vert_exag,
double conv,
double marg_xmin,
double marg_xmax,
double marg_ymin,
double marg_ymax,
double inside
)
Public Shared Sub Mapset2 (
gxNetShared As CGXNETCore,
map As CMAP,
base As String,
data As String,
min_x As Double,
max_x As Double,
min_y As Double,
max_y As Double,
size As String,
port As Integer,
exact As Integer,
scale As Double,
vert_exag As Double,
conv As Double,
marg_xmin As Double,
marg_xmax As Double,
marg_ymin As Double,
marg_ymax As Double,
inside As Double
)
Public Shared Sub Mapset2 (
gxNetShared As CGXNETCore,
map As CMAP,
base As String,
data As String,
min_x As Double,
max_x As Double,
min_y As Double,
max_y As Double,
size As String,
port As Integer,
exact As Integer,
scale As Double,
vert_exag As Double,
conv As Double,
marg_xmin As Double,
marg_xmax As Double,
marg_ymin As Double,
marg_ymax As Double,
inside As Double
)
public:
static void Mapset2(
CGXNETCore^ gxNetShared,
CMAP^ map,
String^ base,
String^ data,
double min_x,
double max_x,
double min_y,
double max_y,
String^ size,
int port,
int exact,
double scale,
double vert_exag,
double conv,
double marg_xmin,
double marg_xmax,
double marg_ymin,
double marg_ymax,
double inside
)
public:
static void Mapset2(
CGXNETCore^ gxNetShared,
CMAP^ map,
String^ base,
String^ data,
double min_x,
double max_x,
double min_y,
double max_y,
String^ size,
int port,
int exact,
double scale,
double vert_exag,
double conv,
double marg_xmin,
double marg_xmax,
double marg_ymin,
double marg_ymax,
double inside
)
static member Mapset2 :
gxNetShared : CGXNETCore *
map : CMAP *
base : string *
data : string *
min_x : float *
max_x : float *
min_y : float *
max_y : float *
size : string *
port : int *
exact : int *
scale : float *
vert_exag : float *
conv : float *
marg_xmin : float *
marg_xmax : float *
marg_ymin : float *
marg_ymax : float *
inside : float -> unit
static member Mapset2 :
gxNetShared : CGXNETCore *
map : CMAP *
base : string *
data : string *
min_x : float *
max_x : float *
min_y : float *
max_y : float *
size : string *
port : int *
exact : int *
scale : float *
vert_exag : float *
conv : float *
marg_xmin : float *
marg_xmax : float *
marg_ymin : float *
marg_ymax : float *
inside : float -> unit