Version: |
1.2 |
Description: |
Removes all erased entities or unused definitions from the drawing database. |
Declaration: |
|
C/C++ |
extern "C" void WINAPI VCPackData(WORLDHANDLE hW); |
Delphi |
procedure VCPackData(hW: Longint); stdcall; |
ActiveX/COM |
Sub PackData(ByVal hW As Long) |
Parameters: |
hW - the Visual CADD™ worldhandle of the drawing to remove erased entities. |
Notes: |
Simply executes the command as if the user had selected it from the menu. Any entities erased or marked as erased by a modify command remains in the drawing to enable the undo and redo commands. While maintaining these can get quite cumbersome with limited memory resources, using pack data will remove these erased entities from the database and free up the memory taken by them. Immediately after a pack data, undo will have nothing to undo. |
See Also: |