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