IMap

Description

The IMap interface contains properties and methods that are used to determine map parameters.

Properties

  Property name Brief description
Color

The Color property determines map background color.
Font

The Font property determines map font parameters.
FontColor

The FontColor property determines map font color.
IsDirty

The IsDirty property determines whether map parameters have been changed.
IsEmpty

The IsEmpty property returns whether a map is loaded.
IsIndicatorsEnabled

The IsIndicatorEnabled property determines whether metrics are displayed on a map.
Layers

The Layers property returns the collection of map layers.
TextBackgroundBrush

The TextBackgroundBrush property determines map text background.
TextBorderPen

The TextBorderPen property determines map text outlining parameters.
TimePoint

The TimePoint property determines the current time point of the timeline.
Topobase

The Topobase property determines a map topobase.
Type

The Type property determines a map type.
UndoRedo

The UndoRedo property returns parameters of undo/redo stack of a map.
View

The View property determines display settings for a map and map objects.

Methods

  Method name Brief description
BeginUpdate The BeginUpdate method stops map rendering.
EndUpdate The EndUpdate method resumes map rendering.
FindVisual The FindVisual method searches for a map indicator by its name.
GetBitmap The GetBitmap method returns the map graphic presentation by the specified parameters.
Refresh The Refresh method resets data cache and refreshes a map.
SaveMetafileToFile The SaveMetafileToFile method loads a map to a metafile of the specified type.
SaveToXml The SaveToXml method loads a map to XML format.
SaveXAMLToFile The SaveXAMLToFile method loads a map to XAML file (*.xaml).

See also:

Map Assembly Interfaces