Share
 
 

LockPosition Property (ActiveX)

Specifies whether the attribute or attribute reference may be moved relative to the geometry in the block.

Supported platforms: Windows only

Signature

VBA:

object.LockPosition
object

Type: Attribute, AttributeReference

The objects this property applies to.

Property Value

Read-only: Yes; except an Attribute object

Type: Boolean

  • True: The attribute's position is locked.
  • False: The attribute's position is not locked.

Remarks

No additional remarks.

Examples

VBA:

Not available

Visual LISP:

Not available

Was this information helpful?