AGI STK Esri Display 11 Send comments on this topic.
Refresh Method (IAgEsri3dRenderer)
See Also  Example
SelectionOnly
Only refresh the selection if true. Otherwise the display is entirely refreshed.





Description

Refreshes the GIS display. If SelectionOnly is specified, only the selected features are re-redendered.

Syntax

[Visual Basic .NET]
Public Sub Refresh( _
   ByVal SelectionOnly As Boolean _
) 

[C#]
public void Refresh(
bool SelectionOnly
);

[Managed C++]
public: void Refresh(
bool SelectionOnly
);

[Java]
public  refresh(
bool SelectionOnly
);

[Unmanaged C++]
public: HRESULT Refresh(
VARIANT_BOOL SelectionOnly
);

Parameters

SelectionOnly
Only refresh the selection if true. Otherwise the display is entirely refreshed.

Return Type

Forces a redraw of the GIS information. If SelectionOnly is true, only the selection is redrawn. Otherwise the map will be redrawn entirely.

Example

[C#] Copy Code
layer.Visible = e.Node.Checked; 
this.m_Rdr.Refresh(false); 

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1