How to remove a sheet from SSM?

How to remove a sheet from SSM?

Joel_S_Hills
Enthusiast Enthusiast
1,256 Views
3 Replies
Message 1 of 4

How to remove a sheet from SSM?

Joel_S_Hills
Enthusiast
Enthusiast

I am looking for a way to remove a sheet from a .dst file aka Sheet Set Manager using VB

 

I found a something similar with lisp, (dictremove (namedobjdict) "AcSheetSetData")

but it dosen't remove the file from the .dst file

 

Any tips?

 

0 Likes
1,257 Views
3 Replies
Replies (3)
Message 2 of 4

norman.yuan
Mentor
Mentor

In VBA, you can use Sheet Set Manager Objects (SSO) to manipulate sheet set. You add reference to AcSmComponents2x.tlb to your VBA project and off you go. Searching this forum or the Internet would bring you a few links with code sample. For example, this link:

 

https://blog.jtbworld.com/2006/04/sheet-set-manager-code-snippets.html

 

 

 

 

Norman Yuan

Drive CAD With Code

EESignature

0 Likes
Message 3 of 4

Joel_S_Hills
Enthusiast
Enthusiast

I found a something similar with lisp, (dictremove (namedobjdict) "AcSheetSetData")

but it dosen't remove the file from the .dst file

0 Likes
Message 4 of 4

Joel_S_Hills
Enthusiast
Enthusiast

Good stuff in there but nothing that removes a sheet from the .DST file

0 Likes