Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EyeshotKeyedCollection<T> Class / AreEntitiesWith Method / AreEntitiesWith(String) Method

In This Topic
    AreEntitiesWith(String) Method
    In This Topic
    Tells if there are some entities using this element.
    Syntax
    'Declaration
     
    Protected Overloads Function AreEntitiesWith( _
       ByVal name As String _
    ) As Boolean
    protected bool AreEntitiesWith( 
       string name
    )

    Parameters

    name
    See Also