Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

IModelVectorMapSettings Properties

The MapSettings node provides access to settings of a vector map.
Name Description
Application Provides access to the Application Model‘s root node. Inherited from IModelNode.
AreasTitlesEnabled Specifies whether or not the area labels are enabled.
BackgroundColor Specifies the color of the vector map background.
BubbleMarkerMaxSize Specifies the pixel-measured diameter of the bubble marker that represents the biggest value.
BubbleMarkerMinSize Specifies the pixel-measured diameter of the marker that represents the smallest value.
CenterLatitude Specifies the latitude at the map center.
CenterLongitude Specifies the longitude at the map center.
ControlsEnabled Specifies whether or not to display the control bar.
DefaultAreaValue Specifies the default value associated with vector map areas.
Height Specifies the height of the vector map in pixels.
Index Specifies the order index by which nodes are arranged. Inherited from IModelNode.
IntervalItems Provides access to the IntervalItems node.
LegendEnabled Specifies whether or not the vector map legend is enabled.
LegendType Specifies the vector map legend type.
MarkersTitlesEnabled Specifies whether or not the marker titles are enabled.
MaxLatitude Specifies the latitude of the map’s upper bound.
MaxLongitude Specifies the longitude of the map’s right bound.
MinLatitude Specifies the latitude of the map’s bottom bound.
MinLongitude Specifies the longitude of the map’s left bound.
NodeCount Gets the number of child nodes. Inherited from IModelNode.
Palette Specifies the palette to be used for coloring the vector map.
Parent Provides access to the parent node. Inherited from IModelNode.
PieMarkerSize Specifies the diameter of pie markers in pixels.
Root For internal use only. Inherited from IModelNode.
Type Specifies the region displayed on the vector map.
Width Specifies the width of the vector map in pixels.
ZoomFactor Specifies a zoom factor that is used to initially zoom the vector map.
See Also