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


IDisplay3D.AddFlashFeature Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IDisplay3D.AddFlashFeature Method

Adds a feature shape to the flash list.

[Visual Basic .NET]
Public Sub AddFlashFeature ( _
    ByVal pGeometry As IGeometry _
)
[C#]
public void AddFlashFeature (
    IGeometry pGeometry
);
[C++]
HRESULT AddFlashFeature(
  IGeometry* pGeometry
);
[C++]

Parameters pGeometry [in]
pGeometry is a parameter of type IGeometry

Product Availability

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

See Also

IDisplay3D Interface