ArcObjects Library Reference (Output)  

ISettingsInRegistry.RestoreForCurrentUser Method

Restore object settings.

[Visual Basic .NET]
Public Sub RestoreForCurrentUser ( _
    ByVal bstrRegPath As String _
)
[C#]
public void RestoreForCurrentUser (
    string bstrRegPath
);
[C++]
HRESULT RestoreForCurrentUser(
  BSTR bstrRegPath
);
[C++]

Parameters

bstrRegPath [in]   bstrRegPath is a parameter of type BSTR

Product Availability

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

See Also

ISettingsInRegistry Interface