EyeshotKeyedCollection<T>.ChangeEntitiesRegenMode (IEnumerable<Entity>, String) Method

Changes the entities RegenMode according to the replaced item.
Protected Friend Overridable Function ChangeEntitiesRegenMode( _ 
ByVal entities As IEnumerable(Of Entity), _ 
ByVal key As String
) As Boolean
This language is not supported or no code example is available.
internal protected virtual bool ChangeEntitiesRegenMode( 
IEnumerable<Entity> entities
string key 
)
This language is not supported or no code example is available.

Parameters

entities
IEnumerable<Entity>

The entity collection.

key
string

The key of the replaced item.

Return Value

bool

True if the replaced item was used by at least one entity that must be regenerated.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition