Curtis,
So if I use the following portion of the code from your link, this does set the thumbnail preview to the ISO view but to trigger the rule I have to open the individual parts and run the rule, save and close for the thumbnail to change. The ultimate goal would be to be able to place content center parts in an assembly, save the assembly and close and all of the CC thumbnail previews would be automatically set to the ISO view. From content center we are placing as custom.
Not sure if you remember me or not but I took several classes with you at D3 here in KC.
Version:1.0 StartHTML:00000145 EndHTML:00000955 StartFragment:00000294 EndFragment:00000923 StartSelection:00000294 EndSelection:00000294SyntaxEditor Code Snippet
oDoc = ThisApplication.ActiveEditDocument
'set iproperty to use ISO view on save
oDoc.SetThumbnailSaveOption _
(ThumbnailSaveOptionEnum.kActiveComponentIsoViewOnSave)
'save the file
oDoc.Save