LayerKeyedCollection.SetItem Method

Replaces the item at the specified index with the specified item.
Protected Overrides Sub SetItem( _ 
ByVal index As Integer, _ 
ByVal item As Layer
)
This language is not supported or no code example is available.
protected override void SetItem( 
int index
Layer item 
)
This language is not supported or no code example is available.

Parameters

index
int

The zero-based index of the item to be replaced.

item
Layer

The new item.

.NET Framework

Supported in: 4.8

In this article

Definition