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


IDisplay3D.FlashLocation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplay3D Interface > IDisplay3D.FlashLocation Method
ArcGIS Developer Help

IDisplay3D.FlashLocation Method

Redraws viewers flashing the given location.

[Visual Basic .NET]
Public Sub FlashLocation ( _
    ByVal pGeometry As IPoint _
)
[C#]
public void FlashLocation (
    IPoint pGeometry
);
[C++]
HRESULT FlashLocation(
  IPoint* pGeometry
);
[C++]
Parameters
pGeometry [in]

pGeometry is a parameter of type IPoint*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDisplay3D Interface