SelectedItemBase.FindEntityIndex Method

Protected Shared Function FindEntityIndex( _ 
ByVal ent As Entity, _ 
ByVal entities As IList(Of Entity) _ 
) As Integer
This language is not supported or no code example is available.
protected static int FindEntityIndex( 
Entity ent
IList<Entity> entities 
)
This language is not supported or no code example is available.

Parameters

ent
Entity

entities
IList<Entity>

Return Value

int

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition