 | CSYSIGetGeosoftID Method (String) |
Get the Geosoft ID (email) if signed in
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void IGetGeosoftID(
ref string id
)
public static void IGetGeosoftID(
ref string id
)
Public Shared Sub IGetGeosoftID (
ByRef id As String
)
Public Shared Sub IGetGeosoftID (
ByRef id As String
)
public:
static void IGetGeosoftID(
String^% id
)
public:
static void IGetGeosoftID(
String^% id
)
static member IGetGeosoftID :
id : string byref -> unit
static member IGetGeosoftID :
id : string byref -> unit
Parameters
- id
- Type: SystemString
Returned ID
See Also