This document is archived and information here might be outdated.  Recommended version.


IAuthorizeLicense.FeaturesAdded Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IAuthorizeLicense Interface > IAuthorizeLicense.FeaturesAdded Property
ArcGIS Developer Help

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(
  System.String* 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