How to switch off viewport border in plot?

How to switch off viewport border in plot?

bobjiang.au
Enthusiast Enthusiast
1,822 Views
1 Reply
Message 1 of 2

How to switch off viewport border in plot?

bobjiang.au
Enthusiast
Enthusiast

I am using c# to control viewport and plot, but the viewport border is always printed out. Maybe I can get the border object and put it to a not-to-print layer.......now the question is how to get the border object?

 

Thank you in advance for the help!

0 Likes
Accepted solutions (1)
1,823 Views
1 Reply
Reply (1)
Message 2 of 2

ActivistInvestor
Mentor
Mentor
Accepted solution

@bobjiang.au wrote:

I am using c# to control viewport and plot, but the viewport border is always printed out. Maybe I can get the border object and put it to a not-to-print layer.......now the question is how to get the border object?

 

Thank you in advance for the help!


You should be able to place the Viewport on a non-printing layer. You get the viewports for a layout from the Layout.GetViewports() method.

0 Likes