Click or drag to resize

CSYSIGetLicensedUser Method (String, String)

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
Syntax
public static void IGetLicensedUser(
	ref string user,
	ref string company
)

public static void IGetLicensedUser(
	ref string user,
	ref string company
)

Parameters

user
Type: SystemString
User Name
company
Type: SystemString
Company Name
See Also