LineTypeKeyedCollection.AreEntitiesWith Method

Tells if there are some entities using this dictionary element.
Protected Overrides Function AreEntitiesWith( _ 
ByVal name As String, _ 
ByVal entities As IList(Of Entity) _ 
) As Boolean
This language is not supported or no code example is available.
protected override bool AreEntitiesWith( 
string name
IList<Entity> entities 
)
This language is not supported or no code example is available.

Parameters

name
string

The element name

entities
IList<Entity>

The entities collection

Return Value

bool

True if any entity using this dictionary element is found.

.NET Framework

Supported in: 4.8

In this article

Definition