Public Overloads Sub SendToBack( _ ByVal elements As IEnumerable(Of Element) _ )
public void SendToBack( IEnumerable<Element> elements )
Parameters
- elements
- The elements to send to the back
Public Overloads Sub SendToBack( _ ByVal elements As IEnumerable(Of Element) _ )
public void SendToBack( IEnumerable<Element> elements )
| Exception | Description |
|---|---|
| ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
| System.ArgumentException | elements cannot be null or empty |
| System.ArgumentException | elements must belong to a valid presentation page |
| System.ArgumentException | element parents must be the same and non-null |
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)