Click or drag to resize

CSYSIGetGeosoftID Method (CGXNETCore, String, Int32)

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,
	int id_size
)

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

Parameters

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