Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / AttributeReferenceDictionary Class / Item Property

In This Topic
    Item Property (AttributeReferenceDictionary)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Default Property Item( _
       ByVal name As String _
    ) As AttributeReference
    public override AttributeReference this[ 
       string name
    ]; {get; set;}

    Parameters

    name
    See Also