 | CSYSIGetLicensedUser Method (String, Int32, String, Int32) |
Get the licensed user name and Company
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void IGetLicensedUser(
ref string user,
int user_size,
ref string company,
int company_size
)
public static void IGetLicensedUser(
ref string user,
int user_size,
ref string company,
int company_size
)
Public Shared Sub IGetLicensedUser (
ByRef user As String,
user_size As Integer,
ByRef company As String,
company_size As Integer
)
Public Shared Sub IGetLicensedUser (
ByRef user As String,
user_size As Integer,
ByRef company As String,
company_size As Integer
)
public:
static void IGetLicensedUser(
String^% user,
int user_size,
String^% company,
int company_size
)
public:
static void IGetLicensedUser(
String^% user,
int user_size,
String^% company,
int company_size
)
static member IGetLicensedUser :
user : string byref *
user_size : int *
company : string byref *
company_size : int -> unit
static member IGetLicensedUser :
user : string byref *
user_size : int *
company : string byref *
company_size : int -> unit
Parameters
- user
- Type: SystemString
User Name - user_size
- Type: SystemInt32
Size of user name - company
- Type: SystemString
Company Name - company_size
- Type: SystemInt32
Size of Company name
See Also