This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IAuthorizeLicense Interface > IAuthorizeLicense.AuthorizeASR Method (ArcObjects .NET 10.5 SDK) |
Authorize new feature(s).
[Visual Basic .NET] Public Sub AuthorizeASR ( _ ByVal strAsr As String, _ ByVal Password As String _ )
[C#] public void AuthorizeASR ( string strAsr, string Password );
[C++]
HRESULT AuthorizeASR(
BSTR strAsr,
BSTR Password
);
[C++]
Parameters strAsr [in] strAsr is a parameter of type BSTR Password [in] Password is a parameter of type BSTR