ArcObjects Library Reference (PublisherControls)  

IARFeatureSet.Flash Method

Flashes the features in the ARFeatureSet.

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

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Flashes all the features in the ARFeatureSet once on the display. The greater the ARFeatureCount, the longer it will take to flash the features. 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.

See Also

IARFeatureSet Interface