How to get the LicenseInformation for current cad

Hi Team

I need to get the current license Information of CAD to provide different functions to different levels of users. I've found the LicenseInformation structure through the official documentation, but I can't find the api to get it.
I've spent a lot of time looking for it.

I'd appreciate it if you could help me.

Best regards,
William.
//////////////////////////////////
Hi William, please try to call License.GetLicenseInfo("BricsCAD"). Does that work the way you expected?
//////////////////////////////////
Thank you, Owen. it works .

Comments