How to access Design view using presentation scenes?

How to access Design view using presentation scenes?

NemKumar
Enthusiast Enthusiast
385 Views
1 Reply
Message 1 of 2

How to access Design view using presentation scenes?

NemKumar
Enthusiast
Enthusiast

NemKumar_0-1689161824663.pngNemKumar_1-1689161830341.png

I want to change the design view of scenes using C#

0 Likes
386 Views
1 Reply
Reply (1)
Message 2 of 2

WCrihfield
Mentor
Mentor

Hi @NemKumar.  I am not as familiar with accessing presentation related stuff by code as I am other stuff, but after a little exploration, the only mention of a design view I could find related to scenes was the PresentationScene.DesignViewAssociative property, which just has a Boolean type value.  I do not see a way to read, set, or change which design view representation that the scene is associated with.  And even after getting the PresentationComponent object associated with the scene, I do not see anything useful there either.

Edit:  Don't see anything useful under PresentationDocument either.

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

0 Likes