Assembly: Map;
The IMapLayer interface contains properties that are used to determine map layer parameters.
IMapLayer
Property name | Brief description | |
Arrows | The Arrows property returns the collection of map layer arrows. | |
AttributeNames | The AttributeNames property returns the collection of attribute names. | |
ChildLayers | The ChildLayers property returns the collection of child layers. | |
Description | The Description property determines layer description. | |
Font | The Font property determines font parameters of a map layer label. | |
FontColor | The FontColor property determines the font color of the map layer label. | |
Id | The Id property determines the unique identifier of a map layer. | |
LabelFormat | The LabelFormat property determines label text. |
|
LabelHorizontalAlignment | The LabelHorizontalAlignment property determines horizontal alignment of a map layer label relative to the position set in the topobase. | |
LabelVerticalAlignment | The LabelVerticalAlignment property determines vertical alignment of a map layer label relative to the position set in the topobase. | |
Name | The Name property determines a map layer name. | |
Owner | The Owner property returns a parent layer. | |
PlaceVisualsOneByOne | The PlaceVisualsOneByOne property determines whether bar and pie indicators are placed in line. | |
Shapes | The Shapes property returns a map layer areas collection. | |
TerritoryInfoAdapter | The TerritoryInfoAdapter property determines the data source for territory info. | |
TextDataAdapter | The TextDataAdapter property determines the data source for map layer labels. | |
TextVisible | The TextVisible property determines displaying of labels on the layer. | |
ToolTipDataAdapter | The ToolTipDataAdapter property determines a data source for a map layer tooltip. | |
ToolTipVisible | The ToolTipVisible property determines whether tooltips are displayed for the selected map layer. | |
Visible | The Visible property determines map layer visibility. | |
VisualOffset | The VisualOffset property determines a distance between bar and pie indicators located in line. | |
Visuals | The Visuals property returns a layer indicators collection. |
See also: