ArcObjects Library Reference (System)  

IAuthorizeLicense.RepairASRFromFile Method

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

Product Availability

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

See Also

IAuthorizeLicense Interface