IsDynamicBlock Property

Specifies whether this is a dynamic block.

Signature

object.IsDynamicBlock

object

Block, BlockRef, MInsertBlock
The object or objects this property applies to.

IsDynamicBlock

Boolean; read-only

TRUE: The block is a dynamic block.

FALSE: The block is not a dynamic block.

Remarks

Note To access this property, use the IAcadBlock3, IAcadBlockReference2, or IAcadMInsertBlock2 interface.

 

   Comments?