AGI STK Esri Display 11 Send comments on this topic.
FlashFeature Method (IAgEsri3dRenderer)
See Also  Example
Layer
Specifies an ILayer object containing the feature to flash.
Feature
Feature to flash.





Description

Flashes the specified feature on the screen.

Syntax

[Visual Basic .NET]
Public Sub FlashFeature( _
   ByVal Layer As ILayer, _
   ByVal Feature As IFeature _
) 

[C#]
public void FlashFeature(
ILayer Layer,
IFeature Feature
);

[Managed C++]
public: void FlashFeature(
ILayer ^ Layer,
IFeature ^ Feature
);

[Java]
public  flashFeature(
ILayer Layer,
IFeature Feature
);

[Unmanaged C++]
public: HRESULT FlashFeature(
ILayer * Layer,
IFeature * Feature
);

Parameters

Layer
Specifies an ILayer object containing the feature to flash.
Feature
Feature to flash.

Remarks

Flashes the specified feature using the current configuration (FlashColor and FlashWidth properties).

Example

[C#] Copy Code
renderer.FlashFeature(layer, feature);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1