Public Overloads Sub ShowPopup( _ ByVal features As SelectionSet _ )
public void ShowPopup( SelectionSet features )
Parameters
- features
- The collection of features.
Public Overloads Sub ShowPopup( _ ByVal features As SelectionSet _ )
public void ShowPopup( SelectionSet features )
| Exception | Description |
|---|---|
| System.InvalidOperationException | Popups must be created on the UI thread |
| System.ArgumentNullException | Features cannot be null |
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)