Click or drag to resize

ILicenseManagerIsGuiEnabled(String) Method

Returns true if a GUI license is found.

Namespace: RAYLASE.Shared
Assembly: RAYLASE.Shared (in RAYLASE.Shared.dll) Version: 2.37.0
Syntax
C#
bool IsGuiEnabled(
	out string status
)

Parameters

status  String
Status of the query. OKStatus in case query went well.

Return Value

Boolean
True, if the provided license is found.
See Also