Click or drag to resize
CSYSIGetLicensedUser Method (CGXNETCore, String, String)
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,
	ref string company
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
user
Type: SystemString
User Name
company
Type: SystemString
Company Name
See Also