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