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


IRotateOperation.Refresh Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRotateOperation Interface > IRotateOperation.Refresh Property
ArcGIS Developer Help

IRotateOperation.Refresh Property

Indicates if refresh happens.

[Visual Basic .NET]
Public WriteOnly Property Refresh
[C#]
public void Refresh {set;}
[C++]
HRESULT put_Refresh(
  VARIANT_BOOL 
);
[C++]
Parameters
 

is a parameter of type bool

Product Availability

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

See Also

IRotateOperation Interface