Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / BlockReference Class / Attributes Property

In This Topic
    Attributes Property (BlockReference)
    In This Topic
    Gets the dictionary of AttributeReference.
    Syntax
    'Declaration
     
    Public ReadOnly Property Attributes As AttributeReferenceDictionary
    public AttributeReferenceDictionary Attributes {get;}
    Remarks
    The suffixes "#1", "#2" etc... are used to distinguish between different AttributeReferences with the same tag name when reading from dwg and are removed from the tag names when the file is written to dwg.
    See Also