Converts a dynamic block to a regular named block.
Supported platforms: Windows only
VBA:
object.ConvertToStaticBlock newBlockName
Type: BlockReference, ComparedReference, ExternalReference, MInsertBlock
The objects this method applies to.
Access: Input-only
Type: String
The name for the block.
No return value.
The ComparedReference and ExternalReference objects inherit this method from BlockReference, but this method doesn't affect either of the object types when used.
VBA:
Not available
Visual LISP:
Not available