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

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