Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / TextStyleKeyedCollection Class / AreEntitiesWith Method / AreEntitiesWith(String,IList<Entity>) Method
The element name
The entities collection

In This Topic
    AreEntitiesWith(String,IList<Entity>) Method
    In This Topic
    Tells if there are some entities using this dictionary element.
    Syntax
    'Declaration
     
    Protected Overloads Overrides Function AreEntitiesWith( _
       ByVal name As String, _
       ByVal entities As IList(Of Entity) _
    ) As Boolean
    protected override bool AreEntitiesWith( 
       string name,
       IList<Entity> entities
    )

    Parameters

    name
    The element name
    entities
    The entities collection

    Return Value

    True if any entity using this dictionary element is found.
    See Also