ESRI product License level.
Namespace:
ESRI.ArcGISAssembly: ESRI.ArcGIS.Version (in ESRI.ArcGIS.Version.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
| C# |
|---|
public enum LicenseLevel |
| Visual Basic (Declaration) |
|---|
Public Enumeration LicenseLevel |
| Visual C++ |
|---|
public enum class LicenseLevel |
Members
| Member name | Description | |
|---|---|---|
| GeodatabaseUpdate |
Geodatabase update level.
Corresponds to ArcEditor or ArcInfo when the product code is Desktop; EngineGeoDB when the product
code is Engine; and ArcServer when the product code is Server.
| |
| Standard |
Standard license level.
Corresponds to ArcView, ArcEditor or ArcInfo when the product code is Desktop; Engine when the
product code is Engine; and ArcServer when the product code is Server.
|