 | CSYSIGetPath Method (CGXNETCore, Int32, String) |
Get a Geosoft path
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void IGetPath(
CGXNETCore gxNetShared,
int type,
ref string path
)
public static void IGetPath(
CGXNETCore gxNetShared,
int type,
ref string path
)
Public Shared Sub IGetPath (
gxNetShared As CGXNETCore,
type As Integer,
ByRef path As String
)
Public Shared Sub IGetPath (
gxNetShared As CGXNETCore,
type As Integer,
ByRef path As String
)
public:
static void IGetPath(
CGXNETCore^ gxNetShared,
int type,
String^% path
)
public:
static void IGetPath(
CGXNETCore^ gxNetShared,
int type,
String^% path
)
static member IGetPath :
gxNetShared : CGXNETCore *
type : int *
path : string byref -> unit
static member IGetPath :
gxNetShared : CGXNETCore *
type : int *
path : string byref -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - 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