Checks that the required Esri & AGI
licenses are available.
| [Visual Basic .NET] |
|---|
Public Function IsLicenseAvailable() As Boolean
|
| [C#] |
|---|
public bool IsLicenseAvailable();
|
| [Managed C++] |
|---|
public: bool IsLicenseAvailable();
|
| [Java] |
|---|
public bool isLicenseAvailable();
|
| [Unmanaged C++] |
|---|
public: HRESULT IsLicenseAvailable(
|
Returns true if the required licenses are
available.
This method will check that both the AGI
& Esri licenses required to use the GIS capabilties are
present.
| [C#] | Copy Code
|
|
|---|---|---|
|
||