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.RepairASRFromFile Method (ArcObjects .NET 10.5 SDK) |
Repair feature(s) from file.
[Visual Basic .NET] Public Sub RepairASRFromFile ( _ ByVal FileName As String, _ ByVal Password As String _ )
[C#] public void RepairASRFromFile ( string FileName, string Password );
[C++]
HRESULT RepairASRFromFile(
BSTR FileName,
BSTR Password
);
[C++]
Parameters FileName [in] FileName is a parameter of type BSTR Password [in] Password is a parameter of type BSTR