STK AgUtPluginSend comments on this topic.
CheckLicense Method (IAgUtPluginLicensing)
See Also
Windows





Windows & Linux

Description

Check to see if plugin is licensed

Syntax

[Visual Basic .NET]
Public Function CheckLicense() As Boolean
[C#]
public bool CheckLicense();
[Managed C++]
public: bool CheckLicense();
[Unmanaged C++]
public: HRESULT CheckLicense(
    VARIANT_BOOL * pPluginCfgResult
);
[Java]
public bool checkLicense();

Return Type

Returns true if plugin is licensed.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.