Click or drag to resize
CSYSIGetLicensedUser Method (CGXNETCore, String, Int32, String, Int32)
Get the licensed user name and Company

Available since Oasis montaj version: 6.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void IGetLicensedUser(
	CGXNETCore gxNetShared,
	ref string user,
	int user_size,
	ref string company,
	int company_size
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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