EntityList.Add (Entity, String, Color) Method

Adds one Entity at the end of this collection using the specified layer and color.
Public Sub Add( _ 
ByVal entity As Entity, _ 
ByVal layerName As String, _ 
ByVal color As Color
)
This language is not supported or no code example is available.
public void Add( 
Entity entity
string layerName
Color color 
)
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

color
Color

The entity color

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition