AGI STK Esri Display 11 Send comments on this topic.
ClearSelection Method (IAgEsri3dRenderer)
See Also 
Refresh
If True, calls automatically Refresh(True) after clearing the selection.
Windows






Windows & Linux

Description

Clears the selection.

Syntax

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

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

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

[Java]
public  clearSelection(
bool Refresh
);

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

Parameters

Refresh
If True, calls automatically Refresh(True) after clearing the selection.

Remarks

Calls the ClearSelection method of the Map object that currently has focus (FocusMap property of the active view). Also optionally refreshes the display of the selection.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface