'Declaration Public Function IsFeatureLicensed( _ ByVal feature As ImGearRecLicenseFeature _ ) As Boolean
'Usage Dim instance As ImGearRecognition Dim feature As ImGearRecLicenseFeature Dim value As Boolean value = instance.IsFeatureLicensed(feature)
public bool IsFeatureLicensed( ImGearRecLicenseFeature feature )
public: bool IsFeatureLicensed( ImGearRecLicenseFeature feature )
public: bool IsFeatureLicensed( ImGearRecLicenseFeature feature )
Parameters
- feature
- Feature to be verified.
Return Value
True if the feature is licensed, False - otherwise.