PixxUI.IsLicensed
      Description
Check for Licensing
 
      Parameters
Feature As String
 
      Return Value
Licensed As Boolean
 
      SVB Example
Dim PiConn As PixxUI
Set PiConn =  AddIns.AddIn("PixxAddin.PixxUI.1")
Dim Licensed As Boolean
Licensed = PiConn.IsLicensed(”r;PIXX”)
 
    
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.