PDA

View Full Version : Revit sheet drawing list numbering column



abinisc
2009-03-18, 10:53 PM
Is there any way to insert a column with incremental numbering of each row? For instance (A-100, A-200, A-300, etc) would be listed as (1 A-100, 2 A-200, 3 A-300, and so on) I've searched throughout the forum for similar post and it seems like this may not be possible. Am I overlooking something?

iankids
2009-03-19, 05:34 AM
Hi abinisc,

You could add a type parameter to the drawing list schedule (Name it the A100 etc) then add that parameter to the drawing list. Each of the associated sheets (a101 -a102 etc), will need to have the type parameter set in the properties of the sheet.

Once that is done, you could sort by type and then by sheet number & it all should hopefully be close to what you are after.

There is a very good thread (where incidentally, I found out about this - my thanks to the original poster), on here somewhere, do a search on sheet ordering or some such thing and you should come across it.

Cheers,

Ian

dhurtubise
2009-03-19, 01:37 PM
Can you explain what you are after? only numbering or organization?

abinisc
2009-03-19, 04:02 PM
Thank you for replying. The attached image shows how we typically draw our sheet index.Baically, I would just like to show the first column on the left with the number sequence.I was hoping this could be achieved automatically much like the "Auto Increment" option in ADT..

dhurtubise
2009-03-19, 05:57 PM
Unless you want to use the API, the answer is no. You could get a count though.
If you really need to do it, it will be manually. But honestly... not worth the time

abinisc
2009-03-19, 09:08 PM
Thanks for all the help guys. I think I'm going to keep it simple. If our office is determined to show a number column, I think we can handle a little manual typing.