The IMap interface contains properties and methods that are used to determine map parameters.
| Property name | Brief description | |
| The Color property determines map background color. | ||
| The Font property determines map font parameters. | ||
| The FontColor property determines map font color. | ||
| The IsDirty property determines whether map parameters have been changed. | ||
| The IsEmpty property returns whether a map is loaded. | ||
| The IsIndicatorEnabled property determines whether metrics are displayed on a map. | ||
| The Layers property returns the collection of map layers. | ||
| The TextBackgroundBrush property determines map text background. | ||
| The TextBorderPen property determines map text outlining parameters. | ||
| The TimePoint property determines the current time point of the timeline. | ||
| The Topobase property determines a map topobase. | ||
| The Type property determines a map type. | ||
| The UndoRedo property returns parameters of undo/redo stack of a map. | ||
| The View property determines display settings for a map and map objects. |
| Method name | Brief description | |
| The BeginUpdate method stops map rendering. | ||
| The EndUpdate method resumes map rendering. | ||
| The FindVisual method searches for a map factor by its name. | ||
| The GetBitmap method returns the map graphic presentation by the specified parameters. | ||
| The Refresh method resets data cache and refreshes a map. | ||
| The SaveMetafileToFile method loads a map to a metafile of the specified type. | ||
| The SaveToXml method loads a map to XML format. | ||
| The SaveXAMLToFile method loads a map to XAML file (*.xaml). |
See also: