Provides access to data license information.
Members
Name | Description | |
---|---|---|
ApplicationName | Name of licensed applications. | |
ApplicationsCount | Number of licensed applications. | |
AttrCroupsCount | Number of attribute groups. | |
AttrGroupName | Name of attribute group. | |
AvailableConnections | Available connections. | |
DataProductName | Name of data product. | |
Expiration | Expiration date. | |
GeographiesCount | Number of geographies divisions | |
GeographyName | Name of geographies divisions. | |
LayerCroupsCount | Number of layer groups. | |
LayerGroupName | Name of layer groups. | |
LicenseID | License ID. | |
LicenseType | License type. | |
MaxConnections | Maximum connections allowed. | |
MetaCount | Number of meta information strings. | |
MetaInfo | Meta information pair. | |
UsageMode | Usage mode by its number. | |
UsageModeCount | Number of usage modes. |
IDataLicenseInfo.ApplicationName Property
Name of licensed applications.
Public Function get_ApplicationName ( _
ByVal nIdx As Integer _
) As String
public string get_ApplicationName (
int nIdx
);
IDataLicenseInfo.ApplicationsCount Property
Number of licensed applications.
Public ReadOnly Property ApplicationsCount As Integer
public int ApplicationsCount {get;}
IDataLicenseInfo.AttrCroupsCount Property
Number of attribute groups.
Public ReadOnly Property AttrCroupsCount As Integer
public int AttrCroupsCount {get;}
IDataLicenseInfo.AttrGroupName Property
Name of attribute group.
Public Function get_AttrGroupName ( _
ByVal nIdx As Integer _
) As String
public string get_AttrGroupName (
int nIdx
);
IDataLicenseInfo.AvailableConnections Property
Available connections.
Public ReadOnly Property AvailableConnections As Integer
public int AvailableConnections {get;}
IDataLicenseInfo.DataProductName Property
Name of data product.
Public ReadOnly Property DataProductName As String
public string DataProductName {get;}
IDataLicenseInfo.Expiration Property
Expiration date.
Public ReadOnly Property Expiration As Object
public object Expiration {get;}
IDataLicenseInfo.GeographiesCount Property
Number of geographies divisions.
Public ReadOnly Property GeographiesCount As Integer
public int GeographiesCount {get;}
IDataLicenseInfo.GeographyName Property
Name of geographies divisions.
Public Function get_GeographyName ( _
ByVal nIdx As Integer _
) As String
public string get_GeographyName (
int nIdx
);
IDataLicenseInfo.LayerCroupsCount Property
Number of layer groups.
Public ReadOnly Property LayerCroupsCount As Integer
public int LayerCroupsCount {get;}
IDataLicenseInfo.LayerGroupName Property
Name of layer groups.
Public Function get_LayerGroupName ( _
ByVal nIdx As Integer _
) As String
public string get_LayerGroupName (
int nIdx
);
IDataLicenseInfo.LicenseID Property
License ID.
Public ReadOnly Property LicenseID As Guid
public Guid LicenseID {get;}
IDataLicenseInfo.LicenseType Property
License type.
Public ReadOnly Property LicenseType As esriDataLicenseType
public esriDataLicenseType LicenseType {get;}
IDataLicenseInfo.MaxConnections Property
Maximum connections allowed.
Public ReadOnly Property MaxConnections As Integer
public int MaxConnections {get;}
IDataLicenseInfo.MetaCount Property
Number of meta information strings.
Public ReadOnly Property MetaCount As Integer
public int MetaCount {get;}
IDataLicenseInfo.MetaInfo Property
Meta information pair.
Public Function get_MetaInfo ( _
ByVal nIdx As Integer _
) As IMetaInfo
public IMetaInfo get_MetaInfo (
int nIdx
);
IDataLicenseInfo.UsageMode Property
Usage mode by its number.
Public Function get_UsageMode ( _
ByVal nIndex As Integer _
) As IUsageModeInfo
public IUsageModeInfo get_UsageMode (
int nIndex
);
IDataLicenseInfo.UsageModeCount Property
Number of usage modes.
Public ReadOnly Property UsageModeCount As Integer
public int UsageModeCount {get;}
Classes that implement IDataLicenseInfo
Classes | Description |
---|