Click or drag to resize

ApplicationSettings Class

Temporary application settings
Inheritance Hierarchy
SystemObject
  Easymap.AddInApplicationSettings

Namespace:  Easymap.AddIn
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class ApplicationSettings

The ApplicationSettings type exposes the following members.

Properties
  NameDescription
Public propertyAddressGeocoderEnabled
Temporary enable/disable the address geocoder
Public propertyAutosaveInterval
Temporary set the interval between autosaving documents. 0=Off
Public propertyCheckUpdates
Temporary enable/disable update check
Public propertyDrawingQuality
Temporary change the drawing quality
Public propertyParallelCompute
Temporary enable/disable parallel computation
Public propertySendErrorReports
Temporary enable/disable sending error reports
Public propertySendTelemetry
Temporary enable/disable sending telemetry
Public propertyZoomToClip
Temporary enable/disable zoom after setting a clip map
Top
See Also