STK XSend comments on this topic.
GetLicensingReport Method (AgSTKXApplication)
See Also
Windows





Windows & Linux

Description

This method is deprecated. Returns a formatted string that contains the license names and their states. The string is formatted as an XML document.

Syntax

[Visual Basic .NET]
Public Function GetLicensingReport() As String
[C#]
public string GetLicensingReport();
[Managed C++]
public: String __gc ^ GetLicensingReport();
[Unmanaged C++]
public: HRESULT GetLicensingReport(
    BSTR * pbstrVal
);
[Java]
public String getLicensingReport();
[Python - STK API ]
def GetLicensingReport(self) -> str:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.