Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / AttributeBase Class / Invisible Property

In This Topic
    Invisible Property (AttributeBase)
    In This Topic
    Autodesk attribute mode. The attribute text is invisible.
    Syntax
    'Declaration
     
    Public Overridable Property Invisible As Boolean
    public virtual bool Invisible {get; set;}
    Remarks
    To see the effect of this change, call devDept.Eyeshot.EntityList.SynchronizeAttributes
    See Also