LockPosition Property |
Specifies whether the attribute or attribute reference may be moved relative to the geometry in the block.
Signature
object.LockPosition
object
Attribute, AttributeReference
The object or objects this property applies to.
LockPosition
Boolean; read-write for Attribute object, read only for AttributeReference object
TRUE: The attribute's position is locked.
FALSE: The attribute's position is not locked.
Remarks
Note To access this property, use the IAcadAttribute2 or IAcadAttributeReference2 interface.
Comments? |