LayerKeyedCollection.Add (Layer) Method

Adds one Layer at the end of this collection.
Public Overrides Function Add( _ 
ByVal layer As Layer
) As Integer
This language is not supported or no code example is available.
public override int Add( 
Layer layer 
)
This language is not supported or no code example is available.

Parameters

layer
Layer

The layer to add.

Return Value

int

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition