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


IActionState.ResetToDefaultState Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IActionState Interface > IActionState.ResetToDefaultState Method
ArcGIS Developer Help

IActionState.ResetToDefaultState Method

Reset the State information to default.

[Visual Basic .NET]
Public Sub ResetToDefaultState ( _
)
[C#]
public void ResetToDefaultState (
);
[C++]
HRESULT ResetToDefaultState(
void
);

Product Availability

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

See Also

IActionState Interface