 | CSYSIGetProfileURL Method (CGXNETCore, String) |
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
)
public static void IGetProfileURL(
CGXNETCore gxNetShared,
ref string url
)
Public Shared Sub IGetProfileURL (
gxNetShared As CGXNETCore,
ByRef url As String
)
Public Shared Sub IGetProfileURL (
gxNetShared As CGXNETCore,
ByRef url As String
)
public:
static void IGetProfileURL(
CGXNETCore^ gxNetShared,
String^% url
)
public:
static void IGetProfileURL(
CGXNETCore^ gxNetShared,
String^% url
)
static member IGetProfileURL :
gxNetShared : CGXNETCore *
url : string byref -> unit
static member IGetProfileURL :
gxNetShared : CGXNETCore *
url : string byref -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - url
- Type: SystemString
Returned URL
See Also