public void DeletePages( IEnumerable<int> pageIndices )
Public Overloads Sub DeletePages( _ ByVal pageIndices As IEnumerable(Of Integer) _ )
Parameters
- pageIndices
- The indices of the pages to delete
public void DeletePages( IEnumerable<int> pageIndices )
Public Overloads Sub DeletePages( _ ByVal pageIndices As IEnumerable(Of Integer) _ )
Exception | Description |
---|---|
ArcGIS.Core.CalledOnWrongThreadException | This method must be called within the lambda passed to QueuedTask.Run. |
Target Platforms: Windows 11, Windows 10