ArcObjects Library Reference (Controls)  

ILicenseControl.Status Property

The status of the LicenseControl initialization.

ERROR: Syntax information about ILicenseControl.Status may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Controls.dll

[C++]
HRESULT get_Status(
  esriLicenseStatus* Status
);
[C++]

Parameters

Status [out, retval]

  Status is a parameter of type esriLicenseStatus

Product Availability

Available with ArcGIS Engine.

Description

Returns the Status of the LicenseControl when it initially tried to initilaize the application. If license initailization was successful the Status will return esriLicenseCheckedOut.

Remarks

If no product licenses were checked in the LicenseControl property pages, the Status returns esriLicenseFailure.

See Also

ILicenseControl Interface