This document is archived and information here might be outdated. Recommended version. |
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 IUnknown feature [in]
feature is a parameter of type IUnknown