EntityList.Add (Entity, String) Method

Adds one Entity at the end of this collection using the specified the layer.
Public Sub Add( _ 
ByVal entity As Entity, _ 
ByVal layerName As String
)
This language is not supported or no code example is available.
public void Add( 
Entity entity
string layerName 
)
This language is not supported or no code example is available.

Parameters

entity
Entity

The entity to be added

layerName
string

The destination layer name

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition