This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplay3D Interface > IDisplay3D.FlashGeometry Method (ArcObjects .NET 10.4 SDK) |
Flashes a feature shape.
[Visual Basic .NET] Public Sub FlashGeometry ( _ ByVal pOwner As Object, _ ByVal feature As Object _ )
[C#] public void FlashGeometry ( object pOwner, object feature );
[C++]
HRESULT FlashGeometry(
LPUNKNOWN pOwner,
LPUNKNOWN feature
);
[C++]
Parameters pOwner [in] pOwner is a parameter of type LPUNKNOWN feature [in] feature is a parameter of type LPUNKNOWN