Check if assembly is opened in Large Design Review mode

Does anybody know how to check if the currently open assembly is opened in Large Design Review mode (via API/Macro)? I cannot find any information in the API documentation that would help me determine this so I figured I’d see if anybody here has run into it.

Hi @BigCrazyAl

have a look at

IsOpenedViewOnly Method (IModelDoc2)

Cheers,

Eddy

3 Likes

@Eddy That was exactly what I was looking for. I just didn’t know what they actually called it. Thanks!

1 Like

Glad I could help.

Happy coding!

1 Like