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


IShapeConstructor.Refresh Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IS > IShapeConstructor Interface > IShapeConstructor.Refresh Method
ArcGIS Developer Help

IShapeConstructor.Refresh Method

Occurs when a screen display in the application is refreshed.

[Visual Basic .NET]
Public Sub Refresh ( _
    ByVal hdc As Integer _
)
[C#]
public void Refresh (
    int hdc
);

Product Availability

Available with ArcGIS Desktop.

See Also

IShapeConstructor Interface