IMapLayerInfos Interface

Provides access to the Map Layer Info Collection Interface.

Members

Name Description
Method Add Adds a map layer info.
Read-only property Count The map layer info count.
Read-only property Element The map layer info at the specified position.
Method Insert Adds a map layer info at the specified position.
Method Remove Removes the map layer info at the specified position.
Method RemoveAll Removes all map layer infos.

IMapLayerInfos.Add Method

Adds a map layer info.

Public Sub Add ( _
    ByVal MapLayerInfo As IMapLayerInfo _
)
public void Add (
    IMapLayerInfo MapLayerInfo
);

IMapLayerInfos.Count Property

The map layer info count.

Public ReadOnly Property Count As Integer
public int Count {get;}

IMapLayerInfos.Element Property

The map layer info at the specified position.

Public Function get_Element ( _
    ByVal Index As Integer _
) As IMapLayerInfo
public IMapLayerInfo get_Element (
    int Index
);

IMapLayerInfos.Insert Method

Adds a map layer info at the specified position.

Public Sub Insert ( _
    ByVal Index As Integer, _
    ByVal MapLayerInfo As IMapLayerInfo _
)
public void Insert (
    int Index,
    IMapLayerInfo MapLayerInfo
);

IMapLayerInfos.Remove Method

Removes the map layer info at the specified position.

Public Sub Remove ( _
    ByVal Index As Integer _
)
public void Remove (
    int Index
);

IMapLayerInfos.RemoveAll Method

Removes all map layer infos.

Public Sub RemoveAll ( _
)
public void RemoveAll (
);

Classes that implement IMapLayerInfos

Classes Description
MapLayerInfos A collection of Map Layer Info objects.

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