AGI AgUtPlugin 11 Send 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();

[Java]
public bool checkLicense();

[Unmanaged C++]
public: HRESULT CheckLicense(
VARIANT_BOOL * ReturnValue
);

Return Type

Returns true if plugin is licensed.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface