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

In This Topic
    EntityData Property (Entity)
    In This Topic
    Gets or sets the entity custom data. If the type implements ICloneable it will be cloned when the Entity is cloned.
    Syntax
    'Declaration
     
    Public Overridable Property EntityData As Object
    public virtual object EntityData {get; set;}
    See Also