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 Members

The MapSettings node provides access to settings of a vector map.

Properties

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.

Methods

Name Description
AddNode<NodeType>() Adds a new child node of a specific type. Inherited from IModelNode.
AddNode<NodeType>(String) Adds a new child node of a specific type with a specific identifier. Inherited from IModelNode.
ClearValue(String) Resets the node’s property value to the value specified in the previous Application Model layer. Inherited from IModelNode.
GetNode(Int32) Gets the child node with a specific index. Inherited from IModelNode.
GetNode(String) Gets the child node with a specific identifier. Inherited from IModelNode.
GetValue<ValueType>(String) Returns the value of the node’s specified property. Inherited from IModelNode.
HasValue(String) Indicates whether the node’s property has a value assigned. Inherited from IModelNode.
Remove() Removes the current node. Inherited from IModelNode.
SetValue<ValueType>(String, ValueType) Changes the value of the node’s specified property. Inherited from IModelNode.
See Also