Share
 
 

The Layout Manager

You can manage AcDbLayout objects by using the AcApLayoutManager class. The AcApLayoutManager class allows you to

  • Create layouts
  • Delete layouts
  • Rename layouts
  • Copy and clone layouts
  • Set the current layout
  • Find a particular layout
  • Set the plot characteristics of a layout

There is one instance of a layout manager per application. The layout manager always operates on the current layout.

Was this information helpful?