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


IARFeature.Flicker Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARFeature Interface > IARFeature.Flicker Method
ArcGIS Developer Help

IARFeature.Flicker Method

Flickers the feature on the display.

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

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Flickers the ARFeature on the display. This is like flashing the feature four times in quick succession. Before using the Flicker method use the ZoomTo or CenterAt method to ensure that the ARFeature is visible in the ARMap display area to the user.

Errors Returned

2019 800A07E3: The feature is invalid and has not been initialized

See Also

IARFeature Interface