| Class | Description |
| ApplicationOptions |
Available Pro application backstage options.
|
| ArcGISPortal |
The ArcGISPortal class is part of the Pro Portal API which provides a way to build applications
that work with content from ArcGIS Online or an ArcGIS Portal. ArcGIS Portal is software technology
from Esri that customers can deploy either on premise or in the cloud. ArcGIS Online is
Esri's Software as a Service offering that represents GIS as a Service and is implemented using
the same technology as ArcGIS Portal. The Portal API allows application developers to work with users,
groups and content hosted within ArcGIS Online or within an ArcGIS Portal.
|
| ArcGISPortalManager |
Manages the collection of portals currently defined for Pro. Portals can be added to and
removed from the ArcGISPortalManager. The list of portals is shown on the Portals backstage
tab.
|
| AutoCompleteComboBox |
AutoCompleteComboBox.xaml
AutoCompleteComboBox
|
| AutoCompleteComboBoxSetting | Represents an object to configure AutoCompleteComboBox. |
| BrowseProjectFilter |
The BrowseProjectFilter class is used to control the behavior of the open and save dialogs
by controlling what is visible and what can be browsed into
|
| ClipboardItem |
ClipboardItem is a light-weight item representation used by Pro for copy/paste
|
| Contents |
IContentsProviders will return an instance of this class for their "contents".
Contents are shown in the Contents Dock pane when the IContentsProvider is
activated.
|
| CoreModule | Represents the core module, which provides access to the current project |
| CreateProjectSettings |
Provides the settings used to create a new project
|
| CustomItemBase |
Base class for deriving custom items. Custom items are shown in the Catalog View and Pane
|
| CustomProjectItemBase | Base class for deriving custom project items. Custom project items are custom items that can be persisted within a project aprx. |
| CustomProjectItemContainer<T> |
A custom project item container contains custom project items of a specific type that have been
added to a project.
|
| DownloadOptions |
Gets and sets the application share and download options as
displayed on the Pro backstage.
|
| EditingOptions |
Gets and sets the application editing options.
|
| EsriHttpClient |
Provides a class for perfroming HTTP communication with a resource identified by a Uniform Resource Identifier (URI).
|
| EsriHttpRequestHeaders |
Represents the collection of Request Headers as defined in RFC 2616.
|
| EsriHttpResponseMessage |
Provides a class representing HTTP response message.
|
| Favorite | A favorite is a shortcut to a frequently used folder, database, toolbox, server or custom style. Each project contains a collection of favorites accessed via the FavoritesManager.Current object. |
| FavoritesManager |
Manages the favorites collection. Favorites are a collection of frequently used connections to folders, databases, toolboxes,
servers, custom styles and statistical data collections.
|
| GeneralOptions |
Gets and sets the application general options
|
| GeoprocessingOptions |
Gets and sets the available application geoprocessing options,
|
| InvalidVersionException |
Represents the managed exception base class for custom ArcGIS.Desktop.Core exceptions
|
| Item |
Represents an item that is available to be used in the current project
|
| ItemCategory |
Provides a base class for ItemCategory classes defined in DAML
|
| ItemException |
Item exception
|
| ItemFactory | Creates items that can be added or imported to the project |
| LayoutOptions |
Gets and sets the application layout options,
|
| NaturalSortComparer<T> | |
| PortalConnectionDoesNotExistsException |
Thrown when an invalid portal is provided as the active
portal.
|
| ProApp |
Encapsulates the ArcGISPro application.
|
| ProBasedApp |
The Pro application
|
| Project |
Represents an ArcGIS Pro project
|
| ProjectItemInfo |
Basic information associated with a ProjectItem
|
| ProjectSaveDiskFullException |
Project save exception. The disk may be full.
|
| ProjectSaveException |
The base class for Project save exceptions.
|
| ProjectSaveGeneralFailureException |
Project save exception.
|
| ProjectSavePathNotFoundException |
Project save exception. Path not found.
|
| ProjectSaveWriteErrorException |
Project save exception. Write error.
|
| SegmentSymbolOptions |
Defines the options used for the segment symbol while sketching
|
| SignInResult | Contains the status of the Portal SignIn. This includes the success of failure of the SignIn and the current token (if succesfull) |
| SignOnRoot |
Interaction logic for SignOnRoot.xaml
SignOnRoot
|
| TextAndGraphicsElementsOptions |
Gets and sets the application options for default font and
graphic element symbology.
|
| UploadDefinition |
Represents a class to provide parameters to the Upload method on EsriHttpClient class.
|
| VersioningOptions |
Gets and sets the application versioning options.
|
| VertexSymbolOptions |
Defines the options used for vertex symbols while sketching.
|
| ViewStatePane |
Represents a primary window within the application that persists its view state with the project. This is an abstract class.
|