Refreshes the GIS display. If SelectionOnly
is specified, only the selected features are re-redendered.
| [Visual Basic .NET] |
|---|
Public Sub Refresh( _
ByVal SelectionOnly As Boolean _
)
|
| [C#] |
|---|
public void Refresh(
|
| [Managed C++] |
|---|
public: void Refresh(
|
| [Java] |
|---|
public refresh(
|
| [Unmanaged C++] |
|---|
public: HRESULT Refresh(
|
- SelectionOnly
- Only refresh the selection if true. Otherwise the display is entirely refreshed.
Forces a redraw of the GIS information. If
SelectionOnly is true, only the selection is redrawn.
Otherwise the map will be redrawn entirely.
| [C#] | Copy Code
|
|
|---|---|---|
|
||