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


ISettingsInRegistry.RestoreForCurrentUser Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IS > ISettingsInRegistry Interface > ISettingsInRegistry.RestoreForCurrentUser Method
ArcGIS Developer Help

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