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

In This Topic
    XData Property (Entity)
    In This Topic
    Gets or sets the XData value list.
    Syntax
    'Declaration
     
    Public Overridable Property XData As List(Of KeyValuePair(Of Short,Object))
    public virtual List<KeyValuePair<short,object>> XData {get; set;}
    See Also