Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / AttributeReference Class / XData Property

In This Topic
    XData Property (AttributeReference)
    In This Topic
    Syntax
    'Declaration
     
    Public Property XData As List(Of KeyValuePair(Of Short,Object))
    public List<KeyValuePair<short,object>> XData {get; set;}
    See Also