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


IARFeatureSet.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 > IARFeatureSet Interface > IARFeatureSet.Flicker Method
ArcGIS Developer Help

IARFeatureSet.Flicker Method

Flickers the features in the ARFeatureSet.

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

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Flickers all the features in the ARFeatureSet on the display. This is like flashing the features four times in quick succession. The greater the ARFeatureCount, the longer it will take to flicker the features. 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.

See Also

IARFeatureSet Interface