ArcObjects Library Reference (System)  

esriLicenseStatus Constants

ESRI License Status Codes.

Constant Value Description
esriLicenseAvailable 10 The Product/Extension is licensed and available.
esriLicenseNotLicensed 20 This Product/Extension is not licensed.
esriLicenseUnavailable 30 The Product/Extension is licensed but unavailable.
esriLicenseFailure 40 There has been a licensing Failure.
esriLicenseAlreadyInitialized 50 The Product license has already been initialized. Initialization can only be performed once.
esriLicenseNotInitialized 60 The Product license has not been initialized.
esriLicenseCheckedOut 70 The Product/Extension has been checked out successfully.
esriLicenseCheckedIn 80 The Product/Extension has been checked in successfully.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

.NET Snippets

Check Out Extension License |

.NET Samples

Bind a geodatabase table to a .NET control (Code Files: LicenseInitializer) | Closest facility application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: LicenseInitializer) | Closest facility solver (Code Files: LicenseInitializer) | Create a custom NoData pixel filter (Code Files: TestApp) | Create a custom raster function (Code Files: TestWatermarkFunction) | Create a custom raster type (Code Files: TestThumbnailBuilder) | Create a Function Raster dataset (Code Files: CreateFunctionRasterDataset) | Create a Mosaic dataset (Code Files: CreateMosaicDataset) | Create a raster catalog using the geoprocessor (Code Files: CreateRasterCatalog_GP) | Create a Raster Function template (Code Files: CreateRasterFunctionTemplate) | Extending the replication synchronization process (Code Files: RegisterExtension) | Geodesy MapControl (Code Files: GeodesyMapControl) | Locate coordinates (Code Files: LocateCoordinates) | Location-allocation solver (Code Files: LicenseInitializer) | Mosaic raster datasets to a file raster format (Code Files: CreateFileRasterMosaic) | Mosaic raster datasets to a geodatabase raster dataset (Code Files: CreateRasterMosaic) | Origin-destination cost matrix solver (Code Files: LicenseInitializer) | Publish an image service and set configurations (Code Files: ISConfig) | Route application using the NAServer extension in ArcGIS Server via a GIS client (Code Files: LicenseInitializer) | Route application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: LicenseInitializer) | Route layer (Code Files: LicenseInitializer) | Service area application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: LicenseInitializer) | Service area solver (Code Files: LicenseInitializer) | Vehicle routing problem solver (Code Files: LicenseInitializer) |

.NET Related Topics

Accessing licensing and extensions for the geoprocessor | How to convert coordinate arrays | How to host an ArcGIS Engine MapControl in a WPF application | How to use extensions | Licensing ArcGIS Engine controls in WPF | Performing a spatial analysis operation using objects |