ConvertToStaticBlock Method (ActiveX)

Converts a dynamic block to a regular named block.

Supported platforms: Windows only

Signature

VBA:

object.ConvertToStaticBlock newBlockName
object

Type: BlockReference, MInsertBlock

The objects this method applies to.

newBlockName

Access: Input-only

Type: String

The name for the block.

Return Value (RetVal)

No return value.

Remarks

No additional remarks.

Examples

VBA:

Not available

Visual LISP:

Not available