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

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