Prod.: Engine, ver.: 6021, ID: 60001555, Wish : I would like to control the basepoint in the CmdClipCopy command

Wish : I would like to control the basepoint in the CmdClipCopy command

Article60001555
TypeWish
ProductEngine
Version6021
Date Added11/25/2011
FixedYes [11/25/2011]
Submitted byGizem Basturk
Keywords

Subject

I would like to control the basepoint in the CmdClipCopy command

Summary

I would like to control the basepoint in the CmdClipCopy command

Solution

In version 6022 we added a new method like below

Copies a selection of objects to the clipboard.
A of vdFigures or "USER"/null, so the user picks the entities on the screen.
The basepoint is an integer value that represents the basepoint of the created block.Valid values are from 1 to 9.
1 for lower left
2 for lower middle
3 for lower right
4 for middle left
5 for middle middle
6 for middle right
7 for upper left
8 for upper middle
9 for middle right.
True if the command was succesfull.
Raizes the , and/or events with "CmdClipCopy" action name.
public bool CmdClipCopy(object SelectionSet, int BasePoint)

And also

Copies a selection of objects to the clipboard and removes them from the document (clipcut).
A of vdFigures or "USER"/null, so the user picks the entities on the screen.
The basepoint is an integer value that represents the basepoint of the created block.Valid values are from 1 to 9.
1 for lower left
2 for lower middle
3 for lower right
4 for middle left
5 for middle middle
6 for middle right
7 for upper left
8 for upper middle
9 for middle right.
True if the command was succesfull.
public bool CmdClipCut(object SelectionSet, int BasePoint)