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


IARFeature.Flash 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.Flash Method
ArcGIS Developer Help

IARFeature.Flash Method

Flashes the feature on the display.

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

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Flashes the ARFeature once on the display. Before using the Flash 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