 | CIPImportUBC2DMSH Method |
Import a MSH file from the UBC IPINV2D program.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void ImportUBC2DMSH(
CGXNETCore gxNetShared,
string file,
ref double x,
ref double z,
CVV vv_x,
CVV vv_z
)
public static void ImportUBC2DMSH(
CGXNETCore gxNetShared,
string file,
ref double x,
ref double z,
CVV vv_x,
CVV vv_z
)
Public Shared Sub ImportUBC2DMSH (
gxNetShared As CGXNETCore,
file As String,
ByRef x As Double,
ByRef z As Double,
vv_x As CVV,
vv_z As CVV
)
Public Shared Sub ImportUBC2DMSH (
gxNetShared As CGXNETCore,
file As String,
ByRef x As Double,
ByRef z As Double,
vv_x As CVV,
vv_z As CVV
)
public:
static void ImportUBC2DMSH(
CGXNETCore^ gxNetShared,
String^ file,
double% x,
double% z,
CVV^ vv_x,
CVV^ vv_z
)
public:
static void ImportUBC2DMSH(
CGXNETCore^ gxNetShared,
String^ file,
double% x,
double% z,
CVV^ vv_x,
CVV^ vv_z
)
static member ImportUBC2DMSH :
gxNetShared : CGXNETCore *
file : string *
x : float byref *
z : float byref *
vv_x : CVV *
vv_z : CVV -> unit
static member ImportUBC2DMSH :
gxNetShared : CGXNETCore *
file : string *
x : float byref *
z : float byref *
vv_x : CVV *
vv_z : CVV -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - file
- Type: SystemString
UBC MSH file to import - x
- Type: SystemDouble
Returned origin X (top left corner) - z
- Type: SystemDouble
Returned origin Z (top left corner) - vv_x
- Type: GeoEngine.Core.GXNetXCVV
Cell widths (left to right) (real) - vv_z
- Type: GeoEngine.Core.GXNetXCVV
Cell heights (top down) (real)
RemarksImports the MSH file geometry.
See Also