Click or drag to resize
LicenseValidatorInstallLicense Method (Byte, LicenseInformation, Boolean)

Note: This API is now obsolete.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
[ObsoleteAttribute("Use InstallLicense(Byte[] licenseKey, out LicenseInformation licenseInformation) instead")]
public static bool InstallLicense(
	byte[] licenseKey,
	out LicenseInformation licenseInformation,
	bool checkOverwrite
)

Parameters

licenseKey
Type: SystemByte
licenseInformation
Type: ABB.Robotics.RobotStudioLicenseInformation
checkOverwrite
Type: SystemBoolean

Return Value

Type: Boolean
Version Information

Obsolete (compiler warning) in 1.0.0.0
See Also