Entity(Color, entityNatureType) Constructor

Color and nature constructor.
Public Sub New( _ 
ByVal color As Color, _ 
ByVal nature As entityNatureType
)
This language is not supported or no code example is available.
public Entity( 
Color color
entityNatureType nature 
)
This language is not supported or no code example is available.

Parameters

color
Color

A Color structure that indicates the color of this entity.

nature
entityNatureType

The entity nature

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition