Eyeshot 10 WinForms API Reference
Attributes Property (BlockReference)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > BlockReference Class : Attributes Property
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

Reference

BlockReference Class
BlockReference Members