Author Topic: Set custom layout sizes  (Read 1189 times)

0 Members and 1 Guest are viewing this topic.

vince1327

  • Guest
Set custom layout sizes
« on: November 28, 2011, 10:57:27 AM »
Hey everyone,

I've designed a small routine in C# that prompts our designers for some useful information before they start any new drawing (things like # of layouts, option of selecting a titleblock and it's position, units of measurment as well as automatically populating layers), however the last thing i'm stuck on is allowing the designers to either select or custom enter layout dimensions. I know it can be done from within Autocad using the page setup manager, but i'd like to just be able to use a dropdown menu or input box in a form to allow the designers to select or input a dimension. Are there any suggestions or examples that I can use to begin tackling this?

Thanks