| Article | 60001859 |
| Type | Wish |
| Product | Engine |
| Date Added | 11/21/2012 12:00:00 AM |
| Fixed | (6/12/2013 12:00:00 AM) |
| Submitted by | Jens Scheffler |
Summary
Support of Lock Position in vdAttrib object
Solution
In version 6026 we added a new property to the vdAttribDef and vdAttrib objects named IsLockedPosition.
The default value of this property is true , which means that the newlly created attributes have Locked Position.
IsLockedPosition = true means that the grips of the attribute will not be shown when an insert is selected.
Attributes grips are Shown when the Document.GripBlock property has the following two values : GripALLENTITIES , GripAttrib.
If you change the IsLockedPosition's value in order to update the already created inserts you must run a AttributeSync method , please see article 60001965 regarding this method.
This property is also supported in DWG/DXF 2010 versions and above.
