Provides access to the Map Server Legend Infos Interface.
Members
Name | Description | |
---|---|---|
Add | Adds a legend info. | |
Count | The legend info count. | |
Element | The legend info at the specified position. | |
Insert | Adds a legend info at the specified position. | |
Remove | Removes the legend info at the specified position. | |
RemoveAll | Removes all legend infos. |
IMapServerLegendInfos.Add Method
Adds a legend info.
Public Sub Add ( _
ByVal info As IMapServerLegendInfo _
)
public void Add (
IMapServerLegendInfo info
);
IMapServerLegendInfos.Count Property
The legend info count.
Public ReadOnly Property Count As Integer
public int Count {get;}
IMapServerLegendInfos.Element Property
The legend info at the specified position.
Public Function get_Element ( _
ByVal Index As Integer _
) As IMapServerLegendInfo
public IMapServerLegendInfo get_Element (
int Index
);
IMapServerLegendInfos.Insert Method
Adds a legend info at the specified position.
Public Sub Insert ( _
ByVal Index As Integer, _
ByVal info As IMapServerLegendInfo _
)
public void Insert (
int Index,
IMapServerLegendInfo info
);
IMapServerLegendInfos.Remove Method
Removes the legend info at the specified position.
Public Sub Remove ( _
ByVal Index As Integer _
)
public void Remove (
int Index
);
IMapServerLegendInfos.RemoveAll Method
Removes all legend infos.
Public Sub RemoveAll ( _
)
public void RemoveAll (
);
Classes that implement IMapServerLegendInfos
Classes | Description |
---|---|
MapServerLegendInfos | A collection of Map Server Legend Info objects. |