ArcGIS Pro 2.8 API Reference Guide
MaximumUserDefinedScale Property

ArcGIS.Desktop.Mapping.Offline Namespace > ExportTileCacheParams Class : MaximumUserDefinedScale Property
Gets and sets the maximum scale of data in the tile cache
Syntax
public double MaximumUserDefinedScale {get; set;}
Public Property MaximumUserDefinedScale As Double
Remarks
Use GenerateOfflineMap.GetExportRasterTileCacheScales and GenerateOfflineMap.GetExportVectorTileCacheScales to get a list of available scales for tile cache content in the map. The selected scale specified in MaximumUserDefinedScale is compared to the LODs of the tile cache content in the map to determine the specific LOD for a given tile cache to export. The LOD, for a given tile cache, containing the specified scale is the LOD that will be used.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ExportTileCacheParams Class
ExportTileCacheParams Members