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”)