 | CSYSIGetPath Method (CGXNETCore, Int32, String, Int32) |
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,
int size
)
public static void IGetPath(
CGXNETCore gxNetShared,
int type,
ref string path,
int size
)
Public Shared Sub IGetPath (
gxNetShared As CGXNETCore,
type As Integer,
ByRef path As String,
size As Integer
)
Public Shared Sub IGetPath (
gxNetShared As CGXNETCore,
type As Integer,
ByRef path As String,
size As Integer
)
public:
static void IGetPath(
CGXNETCore^ gxNetShared,
int type,
String^% path,
int size
)
public:
static void IGetPath(
CGXNETCore^ gxNetShared,
int type,
String^% path,
int size
)
static member IGetPath :
gxNetShared : CGXNETCore *
type : int *
path : string byref *
size : int -> unit
static member IGetPath :
gxNetShared : CGXNETCore *
type : int *
path : string byref *
size : int -> 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 - size
- Type: SystemInt32
Maximum string size
RemarksThe path name will have a directory separator at the end.
See Also