Provides access to the Map Server Hyperlinks Interface.
Members
Name | Description | |
---|---|---|
Add | Adds a hyperlink. | |
Count | The hyperlink count. | |
Element | The hyperlink at the specified position. | |
Insert | Adds a hyperlink at the specified position. | |
Remove | Removes the hyperlink at the specified position. | |
RemoveAll | Removes all hyperlinks. |
IMapServerHyperlinks.Add Method
Adds a hyperlink.
Public Sub Add ( _
ByVal Link As IMapServerHyperlink _
)
public void Add (
IMapServerHyperlink Link
);
IMapServerHyperlinks.Count Property
The hyperlink count.
Public ReadOnly Property Count As Integer
public int Count {get;}
IMapServerHyperlinks.Element Property
The hyperlink at the specified position.
Public Function get_Element ( _
ByVal Index As Integer _
) As IMapServerHyperlink
public IMapServerHyperlink get_Element (
int Index
);
IMapServerHyperlinks.Insert Method
Adds a hyperlink at the specified position.
Public Sub Insert ( _
ByVal Index As Integer, _
ByVal Link As IMapServerHyperlink _
)
public void Insert (
int Index,
IMapServerHyperlink Link
);
IMapServerHyperlinks.Remove Method
Removes the hyperlink at the specified position.
Public Sub Remove ( _
ByVal Index As Integer _
)
public void Remove (
int Index
);
IMapServerHyperlinks.RemoveAll Method
Removes all hyperlinks.
Public Sub RemoveAll ( _
)
public void RemoveAll (
);
Classes that implement IMapServerHyperlinks
Classes | Description |
---|