Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / BlockReferenceSurrogate Class / Attributes Property

In This Topic
    Attributes Property (BlockReferenceSurrogate)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Attributes As Dictionary(Of String,AttributeReference)
    public Dictionary<string,AttributeReference> Attributes {get; set;}
    See Also