Click or drag to resize

CSYSIGetGeosoftID Method (CGXNETCore, String)

Get the Geosoft ID (email) if signed in

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void IGetGeosoftID(
	CGXNETCore gxNetShared,
	ref string id
)

public static void IGetGeosoftID(
	CGXNETCore gxNetShared,
	ref string id
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
id
Type: SystemString
Returned ID
See Also