 | 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
Syntaxpublic static void IGetGeosoftID(
CGXNETCore gxNetShared,
ref string id
)
public static void IGetGeosoftID(
CGXNETCore gxNetShared,
ref string id
)
Public Shared Sub IGetGeosoftID (
gxNetShared As CGXNETCore,
ByRef id As String
)
Public Shared Sub IGetGeosoftID (
gxNetShared As CGXNETCore,
ByRef id As String
)
public:
static void IGetGeosoftID(
CGXNETCore^ gxNetShared,
String^% id
)
public:
static void IGetGeosoftID(
CGXNETCore^ gxNetShared,
String^% id
)
static member IGetGeosoftID :
gxNetShared : CGXNETCore *
id : string byref -> unit
static member IGetGeosoftID :
gxNetShared : CGXNETCore *
id : string byref -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - id
- Type: SystemString
Returned ID
See Also