ExportPlotProperties Method (IntelliCAD)

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

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.