 | CSYSIGetProfileURL Method (CGXNETCore, String, Int32) |
Get link to my.geosoft.com profile URL
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void IGetProfileURL(
CGXNETCore gxNetShared,
ref string url,
int url_size
)
public static void IGetProfileURL(
CGXNETCore gxNetShared,
ref string url,
int url_size
)
Public Shared Sub IGetProfileURL (
gxNetShared As CGXNETCore,
ByRef url As String,
url_size As Integer
)
Public Shared Sub IGetProfileURL (
gxNetShared As CGXNETCore,
ByRef url As String,
url_size As Integer
)
public:
static void IGetProfileURL(
CGXNETCore^ gxNetShared,
String^% url,
int url_size
)
public:
static void IGetProfileURL(
CGXNETCore^ gxNetShared,
String^% url,
int url_size
)
static member IGetProfileURL :
gxNetShared : CGXNETCore *
url : string byref *
url_size : int -> unit
static member IGetProfileURL :
gxNetShared : CGXNETCore *
url : string byref *
url_size : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - url
- Type: SystemString
Returned URL - url_size
- Type: SystemInt32
Size of URL
See Also