EntityList.Add (Entity, Color) Method

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

Parameters

entity
Entity

The entity to be added.

color
Color

The entity color

Remarks
 
The entity will be added to the "Default" layer or to the first one if missing.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition