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


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

IAuthorizeLicense.CheckASRFromFile Method

Check feature(s) from file.

[Visual Basic .NET]
Public Sub CheckASRFromFile ( _
    ByVal FileName As String, _
    ByVal Password As String _
)
[C#]
public void CheckASRFromFile (
    string FileName,
    string Password
);
[C++]
HRESULT CheckASRFromFile(
  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