ConvertToStaticBlock Method |
Converts a dynamic block to a regular named block.
Signature
object.ConvertToStaticBlock(newBlockName)
object
BlockRef, MInsertBlock
The object or objects this method applies to.
newBlockName
String; input-only
The name for the block.
Remarks
Note To access this method, use the IAcadBlockReference2 or IAcadMInsertBlock2 interface.
Comments? |