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

In This Topic
    Selected Property (Entity)
    In This Topic
    Gets or sets the entity selection status.
    Syntax
    'Declaration
     
    Public Overridable Property Selected As Boolean
    public virtual bool Selected {get; set;}
    Remarks
    It's equivalent to call GetSelection or SetSelection with no parents.
    See Also