Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / IKeyedCollectionItem<T> Interface / GetKey Method

In This Topic
    GetKey Method (IKeyedCollectionItem<T>)
    In This Topic
    Gets the key for the item of the collection.
    Syntax
    'Declaration
     
    Function GetKey() As String
    string GetKey()

    Return Value

    The item key.
    See Also