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

In This Topic
    SetKey Method (IKeyedCollectionItem<T>)
    In This Topic
    Sets the key for the item of the collection.
    Syntax
    'Declaration
     
    Sub SetKey( _
       ByVal value As String _
    ) 
    void SetKey( 
       string value
    )

    Parameters

    value

    Return Value

    The item key.
    See Also