ArcObjects Library Reference (System)  

IAuthorizeLicense.RepairASR Method

Repair feature(s).

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

Parameters

strAsr [in]   strAsr 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