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


IAuthorizeLicense.AuthorizeASRFromFile Method (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.AuthorizeASRFromFile Method
ArcGIS Developer Help

IAuthorizeLicense.AuthorizeASRFromFile Method

Authorize new feature(s) from file.

[Visual Basic .NET]
Public Sub AuthorizeASRFromFile ( _
    ByVal FileName As String, _
    ByVal Password As String _
)
[C#]
public void AuthorizeASRFromFile (
    string FileName,
    string Password
);
[C++]
HRESULT AuthorizeASRFromFile(
  BSTR FileName,
  BSTR Password
);
[C++]
Parameters
FileName [in]

FileName is a parameter of type BSTR Password [in]
Password is a parameter of type BSTR

Product Availability

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

See Also

IAuthorizeLicense Interface