![]() |
This document is archived and information here might be outdated. Recommended version. |
| ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Constants > E > esriOutputSelection Constants (ArcObjects .NET 10.5 SDK) |
Select pages for output.
| Constant | Value | Description |
|---|---|---|
| esriOutputAll | 0 | Output all pages. Data=null |
| esriOutputSelected | 1 | Output selected pages. Data=null |
| esriOutputCurrent | 2 | Output current page. Data=null |
| esriOutputRange | 3 | Output range of pages. Data=range string |
| esriOutputWhereClause | 4 | Use a where clause to select pages for output. Where clase is specified in range string. |