 | CMVGCreate Method |
Create a MVG object
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CMVG Create(
CGXNETCore gxNetShared,
CMAP map,
string name,
double xmin_m,
double ymin_m,
double xmax_m,
double ymax_m,
double xmin_u,
double ymin_u,
double xmax_u,
double ymax_u
)
public static CMVG Create(
CGXNETCore gxNetShared,
CMAP map,
string name,
double xmin_m,
double ymin_m,
double xmax_m,
double ymax_m,
double xmin_u,
double ymin_u,
double xmax_u,
double ymax_u
)
Public Shared Function Create (
gxNetShared As CGXNETCore,
map As CMAP,
name As String,
xmin_m As Double,
ymin_m As Double,
xmax_m As Double,
ymax_m As Double,
xmin_u As Double,
ymin_u As Double,
xmax_u As Double,
ymax_u As Double
) As CMVG
Public Shared Function Create (
gxNetShared As CGXNETCore,
map As CMAP,
name As String,
xmin_m As Double,
ymin_m As Double,
xmax_m As Double,
ymax_m As Double,
xmin_u As Double,
ymin_u As Double,
xmax_u As Double,
ymax_u As Double
) As CMVG
public:
static CMVG^ Create(
CGXNETCore^ gxNetShared,
CMAP^ map,
String^ name,
double xmin_m,
double ymin_m,
double xmax_m,
double ymax_m,
double xmin_u,
double ymin_u,
double xmax_u,
double ymax_u
)
public:
static CMVG^ Create(
CGXNETCore^ gxNetShared,
CMAP^ map,
String^ name,
double xmin_m,
double ymin_m,
double xmax_m,
double ymax_m,
double xmin_u,
double ymin_u,
double xmax_u,
double ymax_u
)
static member Create :
gxNetShared : CGXNETCore *
map : CMAP *
name : string *
xmin_m : float *
ymin_m : float *
xmax_m : float *
ymax_m : float *
xmin_u : float *
ymin_u : float *
xmax_u : float *
ymax_u : float -> CMVG
static member Create :
gxNetShared : CGXNETCore *
map : CMAP *
name : string *
xmin_m : float *
ymin_m : float *
xmax_m : float *
ymax_m : float *
xmin_u : float *
ymin_u : float *
xmax_u : float *
ymax_u : float -> CMVG
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - map
- Type: GeoEngine.Core.GXNetXCMAP
H_MAP handle - name
- Type: SystemString
View Name - xmin_m
- Type: SystemDouble
Minimum X in map unit (mm) - ymin_m
- Type: SystemDouble
Minimum Y in map unit (mm) - xmax_m
- Type: SystemDouble
Maximum X in map unit (mm) - ymax_m
- Type: SystemDouble
Maximum Y in map unit (mm) - xmin_u
- Type: SystemDouble
Minimum X in view unit (m for example) - ymin_u
- Type: SystemDouble
Minimum Y in view unit - xmax_u
- Type: SystemDouble
Maximum X in view unit - ymax_u
- Type: SystemDouble
Maximum Y in view unit
Return Value
Type:
CMVGMVG handle (NULL if error)
RemarksObsolete
See Also