Jump to content

Sheet Set Manager Rename Options


baker

Recommended Posts

We use SSM often and i love it... well 99% of it... my only issue is the rename of the layouts and file options....

 

There really is only 1 way to rename the layout... Either to do it or not.. Then there is a "sub" option, if you will, to prefix with the sheet number... However, if the sheet title is is over 64 characters long... it will not rename the layout tab, unless you uncheck "Prefix with sheet number" I really do not need the layout tab to have the name. and besides. it always just cuts off the title anyway. "ULTIMATE TAILINGS FAC..." That isnt even useful.

 

However, I'd like the layout tab to just be the sheet number. thats it.. just the sheet number... and still have it work in SSM.

 

is there anyway to accomplish this? Should i submit this to the wishlist?

Link to comment
Share on other sites

I too use SSM for every project, and have done so for years.

 

 

 

Unfortunately, there is no built-in means by which to reference the Layout Object's Name, to the Sheet's Number in SSM... But you can code yourself a small contingent of reactors that programmatically do this for you, as one simply needs to query the ActiveDocument's SSM Sheet Number, and populate each Layout Object's Name Property accordingly.

 

Of course, to make this a legitimate Event-driven plug-in, you should also monitor for AcSM* Events, so that if/when an SSM Sheet is renumbered, the code acts on the applicable Layout(s) accordingly (even if not open in the Editor).

 

 

 

It's important to note that SSM API features are only exposed to VBA, and .NET API. For more information, see the Overview of Sheet Set Manager Objects (SSO) developer reference.

 

Cheers

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...