 | CSYSIGetGeosoftID Method (String, Int32) |
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,
int id_size
)
public static void IGetGeosoftID(
ref string id,
int id_size
)
Public Shared Sub IGetGeosoftID (
ByRef id As String,
id_size As Integer
)
Public Shared Sub IGetGeosoftID (
ByRef id As String,
id_size As Integer
)
public:
static void IGetGeosoftID(
String^% id,
int id_size
)
public:
static void IGetGeosoftID(
String^% id,
int id_size
)
static member IGetGeosoftID :
id : string byref *
id_size : int -> unit
static member IGetGeosoftID :
id : string byref *
id_size : int -> unit
Parameters
- id
- Type: SystemString
Returned ID - id_size
- Type: SystemInt32
Size of ID
See Also