A way of creating a baseView in C#

A way of creating a baseView in C#

jscottG8KAJ
Participant Participant
679 Views
2 Replies
Message 1 of 3

A way of creating a baseView in C#

jscottG8KAJ
Participant
Participant

I am wondering, so Autocad has a command VIEWBASE and I'd prefer not to resort to calling commands from the code. Is there any way of creating baseviews of objects like you would if you were using this command

0 Likes
Accepted solutions (1)
680 Views
2 Replies
Replies (2)
Message 2 of 3

ActivistInvestor
Mentor
Mentor
Accepted solution

I don't believe that there is any API that allows you to create model documentation views. There are apis that allow you to query their properties but not create the views themselves.

 

Sometimes the only way to get something done is by using commands which I'm afraid is your only option in this case.

Message 3 of 3

jscottG8KAJ
Participant
Participant

thanks for the reply, I did end up using the command in the end. It works fine, but it was still good that I asked, just in case there were other options

0 Likes