ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Offline Namespace / GenerateOfflineMap Class
Properties Methods


In This Topic
    GenerateOfflineMap Class Members
    In This Topic

    The following tables list the members exposed by GenerateOfflineMap.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic) The singleton instance of GenerateOfflineMap.  
    Top
    Public Methods
     NameDescription
    Public MethodExport raster tile caches from the map using the specified ExportTileCacheParams. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodExport vector tile caches from the map using the specified ExportTileCacheParams. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Generate bi-directional replicas for all sync-enabled content in the map. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets whether the map contains one or more raster tile caches that can be exported. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets whether the map contains one or more vector tile caches that can be exported. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets whether the map contains sync-enabled content. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets whether the map contains local syncable content that can be unregistered with the feature service. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets whether the map contains local syncable content that can be sync'd with its feature service. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Get the list of scales to use for determining the level of detail, LOD, to use when exporting a raster tile cache. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Get the list of scales to use for determining the level of detail, LOD, to use when exporting a vector tile cache. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Removes all replicas from the map content. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Performs a bi-directional sync between all replica content in the map. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also