Private Sub PlotView_Example()
' This example names a plot view and displays it in a message box.
IntelliCAD.PlotManager.View = "My View"
MsgBox "The name of the plot view is: " & IntelliCAD.PlotManager.View
End Sub