Click or drag to resize
LicenseValidatorIsValidLicenseAvailable Method
Checks if there is a valid license available for a feature, but does not perform a full validation.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public static bool IsValidLicenseAvailable(
	string feature
)

Parameters

feature
Type: SystemString

Return Value

Type: Boolean
Remarks
This should only be used as a hint if a licensed functionality should be enabled. Use declarative code protection to enforce licensing when the functionality is executed.
Version Information

Supported in: 1.0.0.0
See Also