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