Click or drag to resize

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
Syntax
public static void IGetProfileURL(
	CGXNETCore gxNetShared,
	ref string url,
	int url_size
)

public static void IGetProfileURL(
	CGXNETCore gxNetShared,
	ref string url,
	int url_size
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
url
Type: SystemString
Returned URL
url_size
Type: SystemInt32
Size of URL
See Also