IntelliCAD 11.1 Object Library
PlotManager Property
See Also 
Application Object : PlotManager Property

Description

Returns the application's PlotManager that controls the plot settings.

Property type

Read-only property

Syntax

Visual Basic
Public Property PlotManager As PlotManager

Example

Private Sub PlotManagerExample()

     Dim myDoc As IntelliCAD.Document

     Dim myPM As IntelliCAD.PlotManager

     Set myPM = ThisDocument.Application.PlotManager

     MsgBox "Plot Manager Preferences" & Chr(13) & "Version: " & myPM.PlotProperties.Version & Chr(13) & "Scale: " & myPM.PlotProperties.Scale

End Sub

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.