Specifies whether this is a dynamic block.
Supported platforms: Windows only
Signature
VBA:
object.IsDynamicBlock
- object
-
Type: Block, BlockReference, ComparedReference, ExternalReference, MInsertBlock
The objects this property applies to.
Property Value
Read-only: Yes
Type: Boolean
- True: The block is a dynamic block.
- False: The block is not a dynamic block.
Remarks
The ComparedReference and ExternalReference objects inherit this property from BlockReference, but this property doesn't affect either of the object types when used.
Examples
VBA:
Not available
Visual LISP:
Not available