ArcObjects Library Reference (PublisherControls)  

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