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

In This Topic
    Invisible Property (Attribute)
    In This Topic
    Gets or sets a value that determines if the devDept.Eyeshot.AttributeReference is visible or not.
    Syntax
    'Declaration
     
    Public Overrides Property Invisible As Boolean
    public override bool Invisible {get; set;}
    Remarks
    It does not affect the visibility of the Attribute but only of the devDept.Eyeshot.AttributeReference. This allows to keep the Attribute visible when editing a BlockReference (with devDept.Eyeshot.EntityList.SetCurrent), so it can be selected and the Invisible property can be set to true or false without affecting its visibility on screen that would prevent to select it again. Then the devDept.Eyeshot.EntityList.SynchronizeAttributes will propagate the Invisible property to the AttributeReferences and make them invisible (after the current BlockReference is reset with devDept.Eyeshot.EntityList.ResetCurrentBlockReference(System.Boolean)).
    See Also