AGI STK Esri Display 11 Send comments on this topic.
FlashIdentifyObj Method (IAgEsri3dRenderer)
See Also 
IdentifyObj
Identified feature.





Description

Flashes the specified IdentifyObj on the screen.

Syntax

[Visual Basic .NET]
Public Sub FlashIdentifyObj( _
   ByVal IdentifyObj As IIdentifyObj _
) 

[C#]
public void FlashIdentifyObj(
IIdentifyObj IdentifyObj
);

[Managed C++]
public: void FlashIdentifyObj(
IIdentifyObj ^ IdentifyObj
);

[Java]
public  flashIdentifyObj(
IIdentifyObj IdentifyObj
);

[Unmanaged C++]
public: HRESULT FlashIdentifyObj(
IIdentifyObj * IdentifyObj
);

Parameters

IdentifyObj
Identified feature.

Remarks

Flashes the feature specified by the IIdentifyObj interface. You can get a IIdentifyObj interface through the IAgEsri3dIdentifyResult object returned by Identify.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1