 | CSYSIGetPath Method (Int32, String) |
Get a Geosoft path
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void IGetPath(
int type,
ref string path
)
public static void IGetPath(
int type,
ref string path
)
Public Shared Sub IGetPath (
type As Integer,
ByRef path As String
)
Public Shared Sub IGetPath (
type As Integer,
ByRef path As String
)
public:
static void IGetPath(
int type,
String^% path
)
public:
static void IGetPath(
int type,
String^% path
)
static member IGetPath :
type : int *
path : string byref -> unit
static member IGetPath :
type : int *
path : string byref -> unit
Parameters
- type
- Type: SystemInt32
<define>SYS_PATH</define> - path
- Type: SystemString
String in which to place path
RemarksThe path name will have a directory separator at the end.
See Also