IMapServerHyperlinks Interface

Provides access to the Map Server Hyperlinks Interface.

Members

Name Description
Method Add Adds a hyperlink.
Read-only property Count The hyperlink count.
Read-only property Element The hyperlink at the specified position.
Method Insert Adds a hyperlink at the specified position.
Method Remove Removes the hyperlink at the specified position.
Method 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 Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.