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

In This Topic
    Verify Property (AttributeBase)
    In This Topic
    Autodesk attribute mode. The attribute value is entered twice; upon block insertion, a prompt displays to verify that the attribute value is correct.
    Syntax
    'Declaration
     
    Public Property Verify As Boolean
    public bool Verify {get; set;}
    Remarks
    To see the effect of this change, call devDept.Eyeshot.EntityList.SynchronizeAttributes
    See Also