ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / Bookmark Class
Properties Methods Events


In This Topic
    Bookmark Class Members
    In This Topic

    The following tables list the members exposed by Bookmark.

    Public Properties
     NameDescription
    Public Property Gets the description of the bookmark.  
    Public Property Gets the folder name.  
    Public Property Gets a value indicating whether the bookmark contains a time extent.  
    Public Property Gets a value indicating whether the bookmark contains a time extent.  
    Public Property Gets the unique path of the map in which the bookmark belongs.  
    Public Property Gets the name of the bookmark.  
    Public Property Gets the thumbnail of the bookmark.  
    Public Property The time elapsed in the video when the bookmark was created.  
    Public Property URI to the video.  
    Top
    Public Methods
     NameDescription
    Public Method Returns the CIM definition of the bookmark. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Changes the name of the bookmark. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Updates the bookmark using a CIM definition of a bookmark. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Set the description for the Bookmark. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Set the thumbnail for the Bookmark. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Updates the bookmark to the current location and time of a map view. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    Protected Methods
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Top
    See Also