ArcObjects Library Reference (System)  

IAuthorizeLicense.FeaturesAdded Property

Retrieves the details of the new authorized features.

[Visual Basic .NET]
Public ReadOnly Property FeaturesAdded As String
[C#]
public string FeaturesAdded {get;}
[C++]
HRESULT get_FeaturesAdded(
  BSTR* FeaturesAdded
);
[C++]

Parameters

FeaturesAdded [out, retval]   FeaturesAdded is a parameter of type BSTR

Product Availability

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

Description

Use the FeaturesAdded property after the AddLicenseFromFile and AddLicense methods to return a list of the license features that were successfully added to the keycodes file.

See Also

IAuthorizeLicense Interface