AutoCAD P&ID
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
reset the autogenera te expression ?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
232 Views, 1 Replies
12-06-2012 04:02 AM
is there a way of resetting the atuogenerate expression numbers?
I have deleted pieces of equipment and valves, so now those numbers are available, but when I insert something new, the numbers carry on from the last.
Re: reset the autogenera te expression ?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-10-2012 05:46 AM in reply to:
phil.cooper
Hi,
You can edit the last used value and the increment directly in the *_PnIdPart.xml file in your project folder.
You'll find the values stored in he <ProjectAutogen> section, for example:
<ProjectAutogen>
<AutogenItem key="LastPumpValue" description="Last Pump Number counter" lastUsedValue="90" increment="10" />
<AutogenItem key="LastValveNumber" description="Last Valve Number" lastUsedValue="100" increment="1" />
</ProjectAutogen>
Regards,
Andy
