Function CopyPresentation( _ ByVal sourcePresentation As Presentation _ ) As Presentation
Presentation CopyPresentation( Presentation sourcePresentation )
Parameters
- sourcePresentation
- The presentation to copy.
Return Value
The copied presentation.
Function CopyPresentation( _ ByVal sourcePresentation As Presentation _ ) As Presentation
Presentation CopyPresentation( Presentation sourcePresentation )
| Exception | Description |
|---|---|
| ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
| System.ArgumentNullException | Null input presentation |
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)