ArcObjects Library Reference (DataSourcesFile)  

IDataLicenseManager.RemoveLicense Method

Removes license information.

[Visual Basic .NET]
Public Sub RemoveLicense ( _
    ByVal nIdx As Integer _
)
[C#]
public void RemoveLicense (
    int nIdx
);
[C++]
HRESULT RemoveLicense(
  long nIdx
);
[C++]

Parameters

nIdx [in]   nIdx is a parameter of type long

Product Availability

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

See Also

IDataLicenseManager Interface