ImportPlotProperties method example

Private Sub ImportPlotProps_Example()

     ' This example exports plot properties to a specified file.

     Dim PFname As String

     PFname = InputBox("Type a file name")

     IntelliCAD.PlotManager.ImportPlotProperties PFname

End Sub