IntelliCAD 11.1 Object Library | |
ExportPlotProperties Method | |
See Also |
- FileName
- The name of the file.
PlotManager Object : ExportPlotProperties Method |
Description
method ExportPlotProperties
Syntax
Visual Basic |
---|
Public Sub ExportPlotProperties( _ ByVal FileName As String _ ) |
Parameters
- FileName
- The name of the file.
Example
Private Sub ExportPlotProps_Example()
' This example exports plot properties to a specified file.
IntelliCAD.PlotManager.ExportPlotProperties "plotprops.txt"
End Sub