ExportPlotProperties method example

Private Sub ExportPlotProps_Example()

     ' This example exports plot properties to a specified file.

     IntelliCAD.PlotManager.ExportPlotProperties "plotprops.txt"

End Sub