Returns a current selection.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Selection() As IAgUiPluginSelectedObjectCollection |
| [C#] |
|---|
public IAgUiPluginSelectedObjectCollection Selection {get;} |
| [Managed C++] |
|---|
public: __property IAgUiPluginSelectedObjectCollection ^ get_Selection(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgUiPluginSelectedObjectCollection getSelection(); |
Returns a collection of currently selected objects.





