IsDynamicBlock Property (ActiveX)

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

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