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: 12.3.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