<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Using ActiveX/LISP to get/set plot configuration in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883678#M156229</link>
    <description>BTW: A2ki/W2k.&lt;BR /&gt;
&lt;BR /&gt;
I'm writing a plot routine to run from a reactor.&lt;BR /&gt;
--&lt;BR /&gt;
Eric S.   eschneider@jensenprecast.com</description>
    <pubDate>Tue, 29 Aug 2000 20:16:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2000-08-29T20:16:22Z</dc:date>
    <item>
      <title>Using ActiveX/LISP to get/set plot configuration</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883677#M156228</link>
      <description>Hello ActiveX gurus,&lt;BR /&gt;
&lt;BR /&gt;
Kind of a tall order this time.&lt;BR /&gt;
&lt;BR /&gt;
Using ActiveX/LISP, how would I go about getting/setting plot properties? I&lt;BR /&gt;
figure it's probably something like:&lt;BR /&gt;
(vla-get-property some_object "PlotHidden") and&lt;BR /&gt;
(vla-put-property some_object "PlotHidden" vlax:true) or something.&lt;BR /&gt;
&lt;BR /&gt;
I guess the real questions are what object(s) do I use to get/set the&lt;BR /&gt;
following plot properties, and how do I get these objects?&lt;BR /&gt;
&lt;BR /&gt;
1. layout name&lt;BR /&gt;
2. output device name&lt;BR /&gt;
3. paper size&lt;BR /&gt;
4. paper units&lt;BR /&gt;
5. drawing orientation&lt;BR /&gt;
6. Plot upside down&lt;BR /&gt;
7. plot area&lt;BR /&gt;
8. plot scale&lt;BR /&gt;
9. plot offset&lt;BR /&gt;
10. Plot with plot styles&lt;BR /&gt;
11. plot style table name&lt;BR /&gt;
12. Plot with lineweights&lt;BR /&gt;
13. Remove hidden lines&lt;BR /&gt;
14. Write the plot to a file&lt;BR /&gt;
15. Save changes to model tab&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Thank you much once again,&lt;BR /&gt;
Eric S.   eschneider@jensenprecast.com</description>
      <pubDate>Tue, 29 Aug 2000 20:08:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883677#M156228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-29T20:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using ActiveX/LISP to get/set plot configuration</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883678#M156229</link>
      <description>BTW: A2ki/W2k.&lt;BR /&gt;
&lt;BR /&gt;
I'm writing a plot routine to run from a reactor.&lt;BR /&gt;
--&lt;BR /&gt;
Eric S.   eschneider@jensenprecast.com</description>
      <pubDate>Tue, 29 Aug 2000 20:16:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883678#M156229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-29T20:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using ActiveX/LISP to get/set plot configuration</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883679#M156230</link>
      <description>No ActiveX guru, but the "some-object" you seek&lt;BR /&gt;
is approximately "PlotConfiguration" object.&lt;BR /&gt;
ActiveX help out of the VLIDE ought to get you&lt;BR /&gt;
started.&lt;BR /&gt;
&lt;BR /&gt;
On Tue, 29 Aug 2000 20:08:00 +0000, "Eric Schneider"&lt;BR /&gt;
&lt;ESCHNEIDER&gt; wrote:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt;Hello ActiveX gurus,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;Kind of a tall order this time.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;Using ActiveX/LISP, how would I go about getting/setting plot properties? I&lt;BR /&gt;
&amp;gt;figure it's probably something like:&lt;BR /&gt;
&amp;gt;(vla-get-property some_object "PlotHidden") and&lt;BR /&gt;
&amp;gt;(vla-put-property some_object "PlotHidden" vlax:true) or something.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;I guess the real questions are what object(s) do I use to get/set the&lt;BR /&gt;
&amp;gt;following plot properties, and how do I get these objects?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;1. layout name&lt;BR /&gt;
&amp;gt;2. output device name&lt;BR /&gt;
&amp;gt;3. paper size&lt;BR /&gt;
&amp;gt;4. paper units&lt;BR /&gt;
&amp;gt;5. drawing orientation&lt;BR /&gt;
&amp;gt;6. Plot upside down&lt;BR /&gt;
&amp;gt;7. plot area&lt;BR /&gt;
&amp;gt;8. plot scale&lt;BR /&gt;
&amp;gt;9. plot offset&lt;BR /&gt;
&amp;gt;10. Plot with plot styles&lt;BR /&gt;
&amp;gt;11. plot style table name&lt;BR /&gt;
&amp;gt;12. Plot with lineweights&lt;BR /&gt;
&amp;gt;13. Remove hidden lines&lt;BR /&gt;
&amp;gt;14. Write the plot to a file&lt;BR /&gt;
&amp;gt;15. Save changes to model tab&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;--&lt;BR /&gt;
&amp;gt;Thank you much once again,&lt;BR /&gt;
&amp;gt;Eric S.   eschneider@jensenprecast.com&lt;BR /&gt;
&amp;gt;&lt;/ESCHNEIDER&gt;</description>
      <pubDate>Tue, 29 Aug 2000 20:16:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883679#M156230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-29T20:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using ActiveX/LISP to get/set plot configuration</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883680#M156231</link>
      <description>Eric,&lt;BR /&gt;
here's some snippets that might get you on the track:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt;&amp;gt;1&lt;BR /&gt;
(setq layoutname (vla-get-name (vla-get-ActiveLayout (vla-get-activedocument (vlax-get-acad-object )))))&lt;BR /&gt;
&lt;BR /&gt;
(setq AD (vla-get-activedocument (vlax-get-acad-object )))&lt;BR /&gt;
(setq AL (vla-get-ActiveLayout AD))&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt;&amp;gt;2&lt;BR /&gt;
(defun get-DefaultPrinter(/ dev pos)&lt;BR /&gt;
  (setq dev "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Windows"&lt;BR /&gt;
        dev (vl-registry-read dev "Device")&lt;BR /&gt;
        dev (substr dev 1 (vl-string-search "," dev)))&lt;BR /&gt;
)&lt;BR /&gt;
&lt;BR /&gt;
(defun GetPlotDevices (ad)&lt;BR /&gt;
  (vla-RefreshPlotDeviceInfo&lt;BR /&gt;
    (vla-get-activelayout&lt;BR /&gt;
      ad))&lt;BR /&gt;
  (vlax-safearray-&amp;gt;list&lt;BR /&gt;
    (vlax-variant-value&lt;BR /&gt;
      (vla-getplotdevicenames&lt;BR /&gt;
        (vla-item (vla-get-layouts ad) "Model"))))&lt;BR /&gt;
)&lt;BR /&gt;
&lt;BR /&gt;
; Plot Device in active Layout&lt;BR /&gt;
(defun GetActivePlotDevice (ad)&lt;BR /&gt;
  (vla-get-ConfigName&lt;BR /&gt;
    (vla-get-ActiveLayout&lt;BR /&gt;
      ad))&lt;BR /&gt;
)&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt;&amp;gt;3&lt;BR /&gt;
(defun GetCanonicalMediaNames (ad)&lt;BR /&gt;
  (vla-RefreshPlotDeviceInfo&lt;BR /&gt;
    (vla-get-activelayout&lt;BR /&gt;
      ad))&lt;BR /&gt;
  (vlax-safearray-&amp;gt;list&lt;BR /&gt;
    (vlax-variant-value&lt;BR /&gt;
      (vla-GetCanonicalMediaNames&lt;BR /&gt;
        (vla-item (vla-get-layouts ad) "Model"))))&lt;BR /&gt;
)&lt;BR /&gt;
&lt;BR /&gt;
(defun GetLocaleMediaName (ad / mn mnl)&lt;BR /&gt;
  (setq la (vla-item (vla-get-layouts ad) "Model"))&lt;BR /&gt;
  (foreach mn (GetCanonicalMediaNames)&lt;BR /&gt;
    (setq mnl (cons (vla-GetLocaleMediaName la mn) mnl))&lt;BR /&gt;
  )&lt;BR /&gt;
  (reverse mnl)&lt;BR /&gt;
)&lt;BR /&gt;
&lt;BR /&gt;
(defun ListAllMediaNames(ad / al cn pd apmn)&lt;BR /&gt;
  (setq al (vla-get-activelayout  ad))&lt;BR /&gt;
  (setq cn (vla-get-configname al))&lt;BR /&gt;
  (foreach pd (GetPlotDevices)&lt;BR /&gt;
    (if (/= pd "None")&lt;BR /&gt;
      (progn&lt;BR /&gt;
        (vla-put-configname al pd)&lt;BR /&gt;
        (setq apmn (cons pd apmn))&lt;BR /&gt;
        (setq apmn (cons (GetCanonicalMediaNames) apmn))&lt;BR /&gt;
      )&lt;BR /&gt;
    )&lt;BR /&gt;
  )&lt;BR /&gt;
  (if (/= cn "None") (vla-put-configname al cn))&lt;BR /&gt;
  (reverse apmn)&lt;BR /&gt;
)&lt;BR /&gt;
&lt;BR /&gt;
(defun ListAllLocalMediaNames(ad / al cn pd apmn)&lt;BR /&gt;
  (setq al (vla-get-activelayout  ad))&lt;BR /&gt;
  (setq cn (vla-get-configname al))&lt;BR /&gt;
  (foreach pd (GetPlotDevices)&lt;BR /&gt;
    (if (/= pd "None")&lt;BR /&gt;
      (progn&lt;BR /&gt;
        (vla-put-configname al pd)&lt;BR /&gt;
        (setq apmn (cons pd apmn))&lt;BR /&gt;
        (setq apmn (cons (GetLocaleMediaName) apmn))&lt;BR /&gt;
      )&lt;BR /&gt;
    )&lt;BR /&gt;
  )&lt;BR /&gt;
  (if (/= cn "None") (vla-put-configname al cn))&lt;BR /&gt;
  (reverse apmn)&lt;BR /&gt;
)&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt;&amp;gt;4&lt;BR /&gt;
(vla-get-PaperUnits al)&lt;BR /&gt;
&lt;BR /&gt;
(vla-put-PaperUnits al acInches)&lt;BR /&gt;
(vla-put-PaperUnits al acMillimeters)&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt;&amp;gt;5&lt;BR /&gt;
(vla-get-PlotRotation al)&lt;BR /&gt;
&lt;BR /&gt;
;;; alt. (ac0degrees ac90degrees ac180degrees ac270degrees)&lt;BR /&gt;
(vla-put-PlotRotation al ac0degrees)&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt;&amp;gt;8&lt;BR /&gt;
(setq PlotScale (vla-SetCustomScale AL 1 2 )) ; set scale to 1:2&lt;BR /&gt;
(setq PlotScale (vla-put-StandardScale AL acVpScaleToFit))&lt;BR /&gt;
(setq PlotScale (vla-put-StandardScale AL acVpScaleToFit))&lt;BR /&gt;
(setq PlotScale (vla-put-StandardScale AL 0.5))&lt;BR /&gt;
(setq PlotType (vla-put-PlotType AL acExtents))&lt;BR /&gt;
&lt;BR /&gt;
(setq PlotCenter (vla-put-CenterPlot AL :vlax-true))&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt;&amp;gt;10&lt;BR /&gt;
(vla-get-PlotWithPlotStyles AL)&lt;BR /&gt;
(vla-set-PlotWithPlotStyles AL :vlax-true)&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt;&amp;gt;13&lt;BR /&gt;
(vla-get-PlotHidden AL)&lt;BR /&gt;
(vla-set-PlotHidden AL :vlax-false)&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt;&amp;gt;14&lt;BR /&gt;
(vla-PlotToDevice &lt;BR /&gt;
  (vla-get-plot ad))&lt;BR /&gt;
&lt;BR /&gt;
(vla-PlotToFile&lt;BR /&gt;
  (vla-get-plot ad)&lt;BR /&gt;
  (vl-filename-base  (getvar "dwgname"))&lt;BR /&gt;
)&lt;BR /&gt;
&lt;BR /&gt;
; works with (vla-PlotToDevice ... )&lt;BR /&gt;
(defun putPlotCopies (nr ad)&lt;BR /&gt;
  (vl-load-com)&lt;BR /&gt;
  (vla-put-NumberOfCopies&lt;BR /&gt;
    (vla-get-Plot&lt;BR /&gt;
      ad&lt;BR /&gt;
    )&lt;BR /&gt;
    nr&lt;BR /&gt;
  )&lt;BR /&gt;
)&lt;BR /&gt;
&lt;BR /&gt;
(defun getPlotCopies (ad)&lt;BR /&gt;
  (vla-get-NumberOfCopies&lt;BR /&gt;
    (vla-get-Plot&lt;BR /&gt;
      ad&lt;BR /&gt;
    )&lt;BR /&gt;
  )&lt;BR /&gt;
)&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
Best regards: Jimmy B&lt;BR /&gt;
CAD coordinator at Emtunga International AB&lt;BR /&gt;
http://hem.fyristorg.com/cadman/&lt;BR /&gt;
www.emtunga.com</description>
      <pubDate>Tue, 29 Aug 2000 21:35:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883680#M156231</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-29T21:35:15Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883681#M156232</link>
      <description>For everything I try though, I can't get the PlotConfiguration object. I can&lt;BR /&gt;
get the PlotConfigurations object, but that one doesn't have all the item I&lt;BR /&gt;
need to access, though it does have some.&lt;BR /&gt;
&lt;BR /&gt;
Still befuddled.&lt;BR /&gt;
--&lt;BR /&gt;
Eric S.   eschneider@jensenprecast.com&lt;BR /&gt;
&lt;BR /&gt;
Command: (vlax-dump-object doc)&lt;BR /&gt;
; IAcadDocument: AutoCAD Document Interface&lt;BR /&gt;
; Property values:&lt;BR /&gt;
;   Active (RO) = -1&lt;BR /&gt;
;   ActiveDimStyle = #&lt;VLA-OBJECT iacaddimstyle="" 01849964=""&gt;&lt;BR /&gt;
;   ActiveLayer = #&lt;VLA-OBJECT iacadlayer="" 01849584=""&gt;&lt;BR /&gt;
;   ActiveLayout = #&lt;VLA-OBJECT iacadlayout="" 04d16074=""&gt;&lt;BR /&gt;
;   ActiveLinetype = #&lt;VLA-OBJECT iacadlinetype="" 04d16014=""&gt;&lt;BR /&gt;
;   ActivePViewport = AutoCAD: No active viewport in paperspace&lt;BR /&gt;
;   ActiveSelectionSet (RO) = #&lt;VLA-OBJECT iacadselectionset="" 04d16f94=""&gt;&lt;BR /&gt;
;   ActiveSpace = 1&lt;BR /&gt;
;   ActiveTextStyle = #&lt;VLA-OBJECT iacadtextstyle="" 018497b4=""&gt;&lt;BR /&gt;
;   ActiveUCS = #&lt;VLA-OBJECT iacaducs="" 04d16d44=""&gt;&lt;BR /&gt;
;   ActiveViewport = #&lt;VLA-OBJECT iacadviewport="" 04d16b14=""&gt;&lt;BR /&gt;
;   Application (RO) = #&lt;VLA-OBJECT iacadapplication="" 00a7b334=""&gt;&lt;BR /&gt;
;   Blocks (RO) = #&lt;VLA-OBJECT iacadblocks="" 04d17d14=""&gt;&lt;BR /&gt;
;   Database (RO) = #&lt;VLA-OBJECT iacaddatabase="" 0183d1d4=""&gt;&lt;BR /&gt;
;   Dictionaries (RO) = #&lt;VLA-OBJECT iacaddictionaries="" 04d17954=""&gt;&lt;BR /&gt;
;   DimStyles (RO) = #&lt;VLA-OBJECT iacaddimstyles="" 04d17714=""&gt;&lt;BR /&gt;
;   ElevationModelSpace = 0.0&lt;BR /&gt;
;   ElevationPaperSpace = 0.0&lt;BR /&gt;
;   FullName (RO) = "S:\\JOBS\\0004\\0004-023-C UVA&lt;BR /&gt;
StormVault\\004-023-C-1.dwg"&lt;BR /&gt;
;   Groups (RO) = #&lt;VLA-OBJECT iacadgroups="" 04d17524=""&gt;&lt;BR /&gt;
;   Height = 599&lt;BR /&gt;
;   HWND (RO) = 983650&lt;BR /&gt;
;   Layers (RO) = #&lt;VLA-OBJECT iacadlayers="" 0183d114=""&gt;&lt;BR /&gt;
;   Layouts (RO) = #&lt;VLA-OBJECT iacadlayouts="" 04d17384=""&gt;&lt;BR /&gt;
;   Limits = (0.0 0.0 204.0 264.0)&lt;BR /&gt;
;   Linetypes (RO) = #&lt;VLA-OBJECT iacadlinetypes="" 018396b4=""&gt;&lt;BR /&gt;
;   ModelSpace (RO) = #&lt;VLA-OBJECT iacadmodelspace="" 04cf28a4=""&gt;&lt;BR /&gt;
;   MSpace = AutoCAD: Invalid mode&lt;BR /&gt;
;   Name (RO) = "004-023-C-1.dwg"&lt;BR /&gt;
;   ObjectSnapMode = 0&lt;BR /&gt;
;   PaperSpace (RO) = #&lt;VLA-OBJECT iacadpaperspace="" 04d098a4=""&gt;&lt;BR /&gt;
;   Path (RO) = "S:\\JOBS\\0004\\0004-023-C UVA StormVault"&lt;BR /&gt;
;   PickfirstSelectionSet (RO) = #&lt;VLA-OBJECT iacadselectionset="" 00f99634=""&gt;&lt;BR /&gt;
;   Plot (RO) = #&lt;VLA-OBJECT iacadplot="" 00f9959c=""&gt;&lt;BR /&gt;
;   PlotConfigurations (RO) = #&lt;VLA-OBJECT iacadplotconfigurations="" 00f99534=""&gt;&lt;BR /&gt;
;   Preferences (RO) = #&lt;VLA-OBJECT iacaddatabasepreferences="" 0183d1a4=""&gt;&lt;BR /&gt;
;   ReadOnly (RO) = 0&lt;BR /&gt;
;   RegisteredApplications (RO) = #&lt;VLA-OBJECT iacadregisteredapplications=""&gt;&lt;BR /&gt;
01871fc4&amp;gt;&lt;BR /&gt;
;   Saved (RO) = 0&lt;BR /&gt;
;   SelectionSets (RO) = #&lt;VLA-OBJECT iacadselectionsets="" 04d16fc4=""&gt;&lt;BR /&gt;
;   TextStyles (RO) = #&lt;VLA-OBJECT iacadtextstyles="" 01874044=""&gt;&lt;BR /&gt;
;   UserCoordinateSystems (RO) = #&lt;VLA-OBJECT iacaducss="" 01870374=""&gt;&lt;BR /&gt;
;   Utility (RO) = #&lt;VLA-OBJECT iacadutility="" 01876c04=""&gt;&lt;BR /&gt;
;   Viewports (RO) = #&lt;VLA-OBJECT iacadviewports="" 01876b74=""&gt;&lt;BR /&gt;
;   Views (RO) = #&lt;VLA-OBJECT iacadviews="" 01876934=""&gt;&lt;BR /&gt;
;   Width = 978&lt;BR /&gt;
;   WindowState = 3&lt;BR /&gt;
;   WindowTitle (RO) = "S:\\JOBS\\0004\\0004-023-C UVA&lt;BR /&gt;
StormVault\\004-023-C-1.dwg"&lt;BR /&gt;
T&lt;BR /&gt;
&lt;BR /&gt;
Command: (setq plot (vla-get-Plot doc))&lt;BR /&gt;
#&lt;VLA-OBJECT iacadplot="" 018e776c=""&gt;&lt;BR /&gt;
&lt;BR /&gt;
Command: (setq pltcfgs (vla-get-PlotConfigurations doc))&lt;BR /&gt;
#&lt;VLA-OBJECT iacadplotconfigurations="" 00f99534=""&gt;&lt;BR /&gt;
&lt;BR /&gt;
Command: (vla-get-PlotConfiguration doc)&lt;BR /&gt;
; error: no function definition: VLA-GET-PLOTCONFIGURATION&lt;BR /&gt;
&lt;BR /&gt;
Command: (vlax-dump-object plot)&lt;BR /&gt;
; IAcadPlot: AutoCAD Plot Interface&lt;BR /&gt;
; Property values:&lt;BR /&gt;
;   Application (RO) = #&lt;VLA-OBJECT iacadapplication="" 00a7b334=""&gt;&lt;BR /&gt;
;   BatchPlotProgress = 0&lt;BR /&gt;
;   NumberOfCopies = 1&lt;BR /&gt;
;   QuietErrorMode = 0&lt;BR /&gt;
T&lt;BR /&gt;
&lt;BR /&gt;
Command: (vlax-dump-object pltcfgs)&lt;BR /&gt;
; IAcadPlotConfigurations: AutoCAD IAcadPlotConfigurations Interface&lt;BR /&gt;
; Property values:&lt;BR /&gt;
;   Application (RO) = #&lt;VLA-OBJECT iacadapplication="" 00a7b334=""&gt;&lt;BR /&gt;
;   Count (RO) = 0&lt;BR /&gt;
;   Document (RO) = #&lt;VLA-OBJECT iacaddocument="" 00fc256c=""&gt;&lt;BR /&gt;
;   Handle (RO) = "19"&lt;BR /&gt;
;   HasExtensionDictionary (RO) = 0&lt;BR /&gt;
;   ObjectID (RO) = 1074543816&lt;BR /&gt;
;   ObjectName (RO) = "AcDbDictionary"&lt;BR /&gt;
;   OwnerID (RO) = 1074543712&lt;BR /&gt;
T&lt;BR /&gt;
etc. etc.&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;</description>
      <pubDate>Tue, 29 Aug 2000 21:50:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883681#M156232</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-29T21:50:48Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883682#M156233</link>
      <description>Jimmy, you are solid gold! Thanks! I was off on another chase. Lots of goods&lt;BR /&gt;
here.&lt;BR /&gt;
--&lt;BR /&gt;
Eric S.   eschneider@jensenprecast.com</description>
      <pubDate>Tue, 29 Aug 2000 21:51:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883682#M156233</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-29T21:51:18Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883683#M156234</link>
      <description>Stay gold Jimmy.&lt;BR /&gt;
&lt;BR /&gt;
Dan</description>
      <pubDate>Tue, 29 Aug 2000 22:16:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883683#M156234</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-29T22:16:48Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883684#M156235</link>
      <description>Eric,&lt;BR /&gt;
can you specify more what you're after.&lt;BR /&gt;
&lt;BR /&gt;
Maybe you can look at my homepage and search for pagesetup.lsp&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
Best regards: Jimmy B&lt;BR /&gt;
CAD coordinator at Emtunga International AB&lt;BR /&gt;
http://hem.fyristorg.com/cadman/&lt;BR /&gt;
www.emtunga.com</description>
      <pubDate>Tue, 29 Aug 2000 23:21:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883684#M156235</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-29T23:21:04Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883685#M156236</link>
      <description>Jimmy,&lt;BR /&gt;
&lt;BR /&gt;
We have a catalog of over 700 drawings and we save them in R15, R13, .dwf,&lt;BR /&gt;
and .pdf formats. Doing this manually would indeed be a nightmare. Right&lt;BR /&gt;
now, I have redefined Save, Saveas and Qsave and defun-ed them to include a&lt;BR /&gt;
function to check their location before and after the save has been&lt;BR /&gt;
perfomed. After comparing the before and afters, it creates or deletes the&lt;BR /&gt;
directories and files in different formats as necessary. In the quest for&lt;BR /&gt;
the better way, I want to do this through a function called by a reactor. I&lt;BR /&gt;
know I can do all this as I already have the R13 format set up this way.&lt;BR /&gt;
&lt;BR /&gt;
Well, right now I use the command function to step through the command line&lt;BR /&gt;
version of -plot (no reactor, messy, kludgy, YUK!). I want to set all the&lt;BR /&gt;
"plot defaults" (for lack of better wording) then use vla-sendComand or&lt;BR /&gt;
something (vlax-invoke-method) to send the plot command. I would like the&lt;BR /&gt;
plot command to need as few options as possible (see command line dump&lt;BR /&gt;
below) so it willbe easier to adapt to model/paper space (each have a&lt;BR /&gt;
different number of prompts). I also need ActiveX so it will run from a&lt;BR /&gt;
reactor call.&lt;BR /&gt;
&lt;BR /&gt;
Thank you for looking into my little mud bog.&lt;BR /&gt;
--&lt;BR /&gt;
Eric S.   eschneider@jensenprecast.com&lt;BR /&gt;
&lt;BR /&gt;
Command: -plot&lt;BR /&gt;
Detailed plot configuration? [Yes/No] &lt;NO&gt;: n&lt;BR /&gt;
Enter a layout name or [?] &lt;MODEL&gt;:&lt;BR /&gt;
Enter a page setup name &amp;lt;&amp;gt;:&lt;BR /&gt;
Enter an output device name or [?] &lt;CORPENGLASER.PC3&gt;:&lt;BR /&gt;
Write the plot to a file [Yes/No] &lt;N&gt;:&lt;BR /&gt;
Save changes to model tab [Yes/No]? &lt;N&gt;&lt;BR /&gt;
Proceed with plot [Yes/No] &lt;Y&gt;:&lt;/Y&gt;&lt;/N&gt;&lt;/N&gt;&lt;/CORPENGLASER.PC3&gt;&lt;/MODEL&gt;&lt;/NO&gt;</description>
      <pubDate>Wed, 30 Aug 2000 00:11:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883685#M156236</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-30T00:11:44Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883686#M156237</link>
      <description>Eric.&lt;BR /&gt;
&lt;BR /&gt;
;How about&lt;BR /&gt;
&lt;BR /&gt;
(setq plotconfigs&lt;BR /&gt;
       (vla-get-PlotConfigurations&lt;BR /&gt;
	 (vla-get-ActiveDocument (vlax-get-Acad-Object))&lt;BR /&gt;
       )&lt;BR /&gt;
)&lt;BR /&gt;
(setq plotconfiglis nil)&lt;BR /&gt;
(vlax-for item plotconfigs&lt;BR /&gt;
  (setq plotconfiglis (cons item plotconfiglis))&lt;BR /&gt;
)&lt;BR /&gt;
;then plotconfiglis should contain a list of your plot configurations&lt;BR /&gt;
(setq names (mapcar 'vla-get-name plotconfiglis))&lt;BR /&gt;
;names should contain list of their names&lt;BR /&gt;
&lt;BR /&gt;
On Tue, 29 Aug 2000 21:50:48 +0000, "Eric Schneider"&lt;BR /&gt;
&lt;ESCHNEIDER&gt; wrote:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt;For everything I try though, I can't get the PlotConfiguration object. I can&lt;BR /&gt;
&amp;gt;get the PlotConfigurations object, but that one doesn't have all the item I&lt;BR /&gt;
&amp;gt;need to access, though it does have some.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;Still befuddled.&lt;BR /&gt;
&amp;gt;--&lt;BR /&gt;
&amp;gt;Eric S.   eschneider@jensenprecast.com&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;Command: (vlax-dump-object doc)&lt;BR /&gt;
&amp;gt;; IAcadDocument: AutoCAD Document Interface&lt;BR /&gt;
&amp;gt;; Property values:&lt;BR /&gt;
&amp;gt;;   Active (RO) = -1&lt;BR /&gt;
&amp;gt;;   ActiveDimStyle = #&lt;VLA-OBJECT iacaddimstyle="" 01849964=""&gt;&lt;BR /&gt;
&amp;gt;;   ActiveLayer = #&lt;VLA-OBJECT iacadlayer="" 01849584=""&gt;&lt;BR /&gt;
&amp;gt;;   ActiveLayout = #&lt;VLA-OBJECT iacadlayout="" 04d16074=""&gt;&lt;BR /&gt;
&amp;gt;;   ActiveLinetype = #&lt;VLA-OBJECT iacadlinetype="" 04d16014=""&gt;&lt;BR /&gt;
&amp;gt;;   ActivePViewport = AutoCAD: No active viewport in paperspace&lt;BR /&gt;
&amp;gt;;   ActiveSelectionSet (RO) = #&lt;VLA-OBJECT iacadselectionset="" 04d16f94=""&gt;&lt;BR /&gt;
&amp;gt;;   ActiveSpace = 1&lt;BR /&gt;
&amp;gt;;   ActiveTextStyle = #&lt;VLA-OBJECT iacadtextstyle="" 018497b4=""&gt;&lt;BR /&gt;
&amp;gt;;   ActiveUCS = #&lt;VLA-OBJECT iacaducs="" 04d16d44=""&gt;&lt;BR /&gt;
&amp;gt;;   ActiveViewport = #&lt;VLA-OBJECT iacadviewport="" 04d16b14=""&gt;&lt;BR /&gt;
&amp;gt;;   Application (RO) = #&lt;VLA-OBJECT iacadapplication="" 00a7b334=""&gt;&lt;BR /&gt;
&amp;gt;;   Blocks (RO) = #&lt;VLA-OBJECT iacadblocks="" 04d17d14=""&gt;&lt;BR /&gt;
&amp;gt;;   Database (RO) = #&lt;VLA-OBJECT iacaddatabase="" 0183d1d4=""&gt;&lt;BR /&gt;
&amp;gt;;   Dictionaries (RO) = #&lt;VLA-OBJECT iacaddictionaries="" 04d17954=""&gt;&lt;BR /&gt;
&amp;gt;;   DimStyles (RO) = #&lt;VLA-OBJECT iacaddimstyles="" 04d17714=""&gt;&lt;BR /&gt;
&amp;gt;;   ElevationModelSpace = 0.0&lt;BR /&gt;
&amp;gt;;   ElevationPaperSpace = 0.0&lt;BR /&gt;
&amp;gt;;   FullName (RO) = "S:\\JOBS\\0004\\0004-023-C UVA&lt;BR /&gt;
&amp;gt;StormVault\\004-023-C-1.dwg"&lt;BR /&gt;
&amp;gt;;   Groups (RO) = #&lt;VLA-OBJECT iacadgroups="" 04d17524=""&gt;&lt;BR /&gt;
&amp;gt;;   Height = 599&lt;BR /&gt;
&amp;gt;;   HWND (RO) = 983650&lt;BR /&gt;
&amp;gt;;   Layers (RO) = #&lt;VLA-OBJECT iacadlayers="" 0183d114=""&gt;&lt;BR /&gt;
&amp;gt;;   Layouts (RO) = #&lt;VLA-OBJECT iacadlayouts="" 04d17384=""&gt;&lt;BR /&gt;
&amp;gt;;   Limits = (0.0 0.0 204.0 264.0)&lt;BR /&gt;
&amp;gt;;   Linetypes (RO) = #&lt;VLA-OBJECT iacadlinetypes="" 018396b4=""&gt;&lt;BR /&gt;
&amp;gt;;   ModelSpace (RO) = #&lt;VLA-OBJECT iacadmodelspace="" 04cf28a4=""&gt;&lt;BR /&gt;
&amp;gt;;   MSpace = AutoCAD: Invalid mode&lt;BR /&gt;
&amp;gt;;   Name (RO) = "004-023-C-1.dwg"&lt;BR /&gt;
&amp;gt;;   ObjectSnapMode = 0&lt;BR /&gt;
&amp;gt;;   PaperSpace (RO) = #&lt;VLA-OBJECT iacadpaperspace="" 04d098a4=""&gt;&lt;BR /&gt;
&amp;gt;;   Path (RO) = "S:\\JOBS\\0004\\0004-023-C UVA StormVault"&lt;BR /&gt;
&amp;gt;;   PickfirstSelectionSet (RO) = #&lt;VLA-OBJECT iacadselectionset="" 00f99634=""&gt;&lt;BR /&gt;
&amp;gt;;   Plot (RO) = #&lt;VLA-OBJECT iacadplot="" 00f9959c=""&gt;&lt;BR /&gt;
&amp;gt;;   PlotConfigurations (RO) = #&lt;VLA-OBJECT iacadplotconfigurations="" 00f99534=""&gt;&lt;BR /&gt;
&amp;gt;;   Preferences (RO) = #&lt;VLA-OBJECT iacaddatabasepreferences="" 0183d1a4=""&gt;&lt;BR /&gt;
&amp;gt;;   ReadOnly (RO) = 0&lt;BR /&gt;
&amp;gt;;   RegisteredApplications (RO) = #&lt;VLA-OBJECT iacadregisteredapplications=""&gt;&lt;BR /&gt;
&amp;gt;01871fc4&amp;gt;&lt;BR /&gt;
&amp;gt;;   Saved (RO) = 0&lt;BR /&gt;
&amp;gt;;   SelectionSets (RO) = #&lt;VLA-OBJECT iacadselectionsets="" 04d16fc4=""&gt;&lt;BR /&gt;
&amp;gt;;   TextStyles (RO) = #&lt;VLA-OBJECT iacadtextstyles="" 01874044=""&gt;&lt;BR /&gt;
&amp;gt;;   UserCoordinateSystems (RO) = #&lt;VLA-OBJECT iacaducss="" 01870374=""&gt;&lt;BR /&gt;
&amp;gt;;   Utility (RO) = #&lt;VLA-OBJECT iacadutility="" 01876c04=""&gt;&lt;BR /&gt;
&amp;gt;;   Viewports (RO) = #&lt;VLA-OBJECT iacadviewports="" 01876b74=""&gt;&lt;BR /&gt;
&amp;gt;;   Views (RO) = #&lt;VLA-OBJECT iacadviews="" 01876934=""&gt;&lt;BR /&gt;
&amp;gt;;   Width = 978&lt;BR /&gt;
&amp;gt;;   WindowState = 3&lt;BR /&gt;
&amp;gt;;   WindowTitle (RO) = "S:\\JOBS\\0004\\0004-023-C UVA&lt;BR /&gt;
&amp;gt;StormVault\\004-023-C-1.dwg"&lt;BR /&gt;
&amp;gt;T&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;Command: (setq plot (vla-get-Plot doc))&lt;BR /&gt;
&amp;gt;#&lt;VLA-OBJECT iacadplot="" 018e776c=""&gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;Command: (setq pltcfgs (vla-get-PlotConfigurations doc))&lt;BR /&gt;
&amp;gt;#&lt;VLA-OBJECT iacadplotconfigurations="" 00f99534=""&gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;Command: (vla-get-PlotConfiguration doc)&lt;BR /&gt;
&amp;gt;; error: no function definition: VLA-GET-PLOTCONFIGURATION&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;Command: (vlax-dump-object plot)&lt;BR /&gt;
&amp;gt;; IAcadPlot: AutoCAD Plot Interface&lt;BR /&gt;
&amp;gt;; Property values:&lt;BR /&gt;
&amp;gt;;   Application (RO) = #&lt;VLA-OBJECT iacadapplication="" 00a7b334=""&gt;&lt;BR /&gt;
&amp;gt;;   BatchPlotProgress = 0&lt;BR /&gt;
&amp;gt;;   NumberOfCopies = 1&lt;BR /&gt;
&amp;gt;;   QuietErrorMode = 0&lt;BR /&gt;
&amp;gt;T&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;Command: (vlax-dump-object pltcfgs)&lt;BR /&gt;
&amp;gt;; IAcadPlotConfigurations: AutoCAD IAcadPlotConfigurations Interface&lt;BR /&gt;
&amp;gt;; Property values:&lt;BR /&gt;
&amp;gt;;   Application (RO) = #&lt;VLA-OBJECT iacadapplication="" 00a7b334=""&gt;&lt;BR /&gt;
&amp;gt;;   Count (RO) = 0&lt;BR /&gt;
&amp;gt;;   Document (RO) = #&lt;VLA-OBJECT iacaddocument="" 00fc256c=""&gt;&lt;BR /&gt;
&amp;gt;;   Handle (RO) = "19"&lt;BR /&gt;
&amp;gt;;   HasExtensionDictionary (RO) = 0&lt;BR /&gt;
&amp;gt;;   ObjectID (RO) = 1074543816&lt;BR /&gt;
&amp;gt;;   ObjectName (RO) = "AcDbDictionary"&lt;BR /&gt;
&amp;gt;;   OwnerID (RO) = 1074543712&lt;BR /&gt;
&amp;gt;T&lt;BR /&gt;
&amp;gt;etc. etc.&lt;BR /&gt;
&amp;gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/VLA-OBJECT&gt;&lt;/ESCHNEIDER&gt;</description>
      <pubDate>Wed, 30 Aug 2000 13:53:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883686#M156237</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-30T13:53:41Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883687#M156238</link>
      <description>Tom,&lt;BR /&gt;
&lt;BR /&gt;
I guess I have no plot configurations in the drawing because the functions&lt;BR /&gt;
you gave me return nil.&lt;BR /&gt;
&lt;BR /&gt;
I am sure you saw my reply to your first responce. According to the "object&lt;BR /&gt;
model" flow chart that comes with the VBA IDE help, the PlotCinfiguration&lt;BR /&gt;
object should be in the PlotConfigurations collection, but using&lt;BR /&gt;
vla-dump-object, it's not there. (?)&lt;BR /&gt;
&lt;BR /&gt;
I'll toy around with Jimmy B.'s stuff. At a glance, most of the stuff I need&lt;BR /&gt;
to do appeared to be there. I'll keep banging my head to find the other&lt;BR /&gt;
stuff I need.&lt;BR /&gt;
&lt;BR /&gt;
Thanks.&lt;BR /&gt;
--&lt;BR /&gt;
Eric S.   eschneider@jensenprecast.com</description>
      <pubDate>Wed, 30 Aug 2000 16:39:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883687#M156238</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-30T16:39:03Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883688#M156239</link>
      <description>If you manually establish a "Page setup" or two in &lt;BR /&gt;
a drawing, you will have plot configuration objects.&lt;BR /&gt;
&lt;BR /&gt;
I'm new to ActiveX, but as far as I can tell, &lt;BR /&gt;
the plotconfigurations collection must be &lt;BR /&gt;
iterated thru (note the  vlax-for) in order&lt;BR /&gt;
to access individual plot configuration objects:&lt;BR /&gt;
&lt;BR /&gt;
I think the DimStyles collection would have to &lt;BR /&gt;
be handled in the same way.&lt;BR /&gt;
&lt;BR /&gt;
On Wed, 30 Aug 2000 16:39:03 +0000, "Eric Schneider"&lt;BR /&gt;
&lt;ESCHNEIDER&gt; wrote:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt;Tom,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;I guess I have no plot configurations in the drawing because the functions&lt;BR /&gt;
&amp;gt;you gave me return nil.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;I am sure you saw my reply to your first responce. According to the "object&lt;BR /&gt;
&amp;gt;model" flow chart that comes with the VBA IDE help, the PlotCinfiguration&lt;BR /&gt;
&amp;gt;object should be in the PlotConfigurations collection, but using&lt;BR /&gt;
&amp;gt;vla-dump-object, it's not there. (?)&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;I'll toy around with Jimmy B.'s stuff. At a glance, most of the stuff I need&lt;BR /&gt;
&amp;gt;to do appeared to be there. I'll keep banging my head to find the other&lt;BR /&gt;
&amp;gt;stuff I need.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;Thanks.&lt;BR /&gt;
&amp;gt;--&lt;BR /&gt;
&amp;gt;Eric S.   eschneider@jensenprecast.com&lt;BR /&gt;
&amp;gt;&lt;/ESCHNEIDER&gt;</description>
      <pubDate>Wed, 30 Aug 2000 16:57:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883688#M156239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-30T16:57:19Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883689#M156240</link>
      <description>Oh yeah, you can use the Add method of &lt;BR /&gt;
PlotConfigurations collection&lt;BR /&gt;
to create a PlotConfiguration from  within VBA or Vlisp&lt;BR /&gt;
&lt;BR /&gt;
Noticed that  in ActiveX help, DimStyle is mentioned as a &lt;BR /&gt;
Child of the DimStyles collection, and block is a child&lt;BR /&gt;
of Blocks collection.&lt;BR /&gt;
&lt;BR /&gt;
But,  though as you have noted this is not the case,&lt;BR /&gt;
in help, with Plotconfigs. Error in help? or some subtlety.&lt;BR /&gt;
Anybody know?&lt;BR /&gt;
&lt;BR /&gt;
(yeah, Jimmy B did us favors,  his post went straight&lt;BR /&gt;
 to the hard drive!)&lt;BR /&gt;
&lt;BR /&gt;
On Wed, 30 Aug 2000 16:39:03 +0000, "Eric Schneider"&lt;BR /&gt;
&lt;ESCHNEIDER&gt; wrote:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt;Tom,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;I guess I have no plot configurations in the drawing because the functions&lt;BR /&gt;
&amp;gt;you gave me return nil.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;I am sure you saw my reply to your first responce. According to the "object&lt;BR /&gt;
&amp;gt;model" flow chart that comes with the VBA IDE help, the PlotCinfiguration&lt;BR /&gt;
&amp;gt;object should be in the PlotConfigurations collection, but using&lt;BR /&gt;
&amp;gt;vla-dump-object, it's not there. (?)&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;I'll toy around with Jimmy B.'s stuff. At a glance, most of the stuff I need&lt;BR /&gt;
&amp;gt;to do appeared to be there. I'll keep banging my head to find the other&lt;BR /&gt;
&amp;gt;stuff I need.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;Thanks.&lt;BR /&gt;
&amp;gt;--&lt;BR /&gt;
&amp;gt;Eric S.   eschneider@jensenprecast.com&lt;BR /&gt;
&amp;gt;&lt;/ESCHNEIDER&gt;</description>
      <pubDate>Wed, 30 Aug 2000 17:14:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883689#M156240</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-30T17:14:31Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883690#M156241</link>
      <description>Yeah, I'm new to ActiveX too. I'm stumbling along in the dark. We'll get it&lt;BR /&gt;
though, with the help of the guru's.&lt;BR /&gt;
--&lt;BR /&gt;
Eric S.   eschneider@jensenprecast.com</description>
      <pubDate>Wed, 30 Aug 2000 17:37:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883690#M156241</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-30T17:37:50Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883691#M156242</link>
      <description>Yes, praise {insert deity, spirit}&lt;BR /&gt;
&lt;BR /&gt;
On Wed, 30 Aug 2000 17:37:50 +0000, "Eric Schneider"&lt;BR /&gt;
&lt;ESCHNEIDER&gt; wrote:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt;Yeah, I'm new to ActiveX too. I'm stumbling along in the dark. We'll get it&lt;BR /&gt;
&amp;gt;though, with the help of the guru's.&lt;BR /&gt;
&amp;gt;--&lt;BR /&gt;
&amp;gt;Eric S.   eschneider@jensenprecast.com&lt;BR /&gt;
&amp;gt;&lt;/ESCHNEIDER&gt;</description>
      <pubDate>Wed, 30 Aug 2000 17:54:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883691#M156242</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-30T17:54:28Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883692#M156243</link>
      <description>Eric,&lt;BR /&gt;
At 14 of my prev. answer you have the code to start the "plot" command with activeX both to plotter and to file.&lt;BR /&gt;
Anything else?&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
Best regards: Jimmy B&lt;BR /&gt;
CAD coordinator at Emtunga International AB&lt;BR /&gt;
http://hem.fyristorg.com/cadman/&lt;BR /&gt;
www.emtunga.com</description>
      <pubDate>Thu, 31 Aug 2000 16:32:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883692#M156243</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-31T16:32:09Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883693#M156244</link>
      <description>Yeah. There is one more thing. What does the "B" stand for in Jimmy B.?&lt;BR /&gt;
Oh and many thanks.&lt;BR /&gt;
: )&lt;BR /&gt;
--&lt;BR /&gt;
Eric S.   eschneider@jensenprecast.com</description>
      <pubDate>Thu, 31 Aug 2000 17:43:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883693#M156244</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-31T17:43:26Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883694#M156245</link>
      <description>B is equal to S as in your case&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
Best regards: Jimmy B&lt;BR /&gt;
CAD coordinator at Emtunga International AB&lt;BR /&gt;
http://hem.fyristorg.com/cadman/&lt;BR /&gt;
www.emtunga.com</description>
      <pubDate>Thu, 31 Aug 2000 18:00:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883694#M156245</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-31T18:00:39Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883695#M156246</link>
      <description>Yes, but the "S" is cleverly desyphered in my e-mail address.&lt;BR /&gt;
--&lt;BR /&gt;
Eric S.   eschneider@jensenprecast.com</description>
      <pubDate>Thu, 31 Aug 2000 18:19:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883695#M156246</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-31T18:19:24Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883696#M156247</link>
      <description>Mine isn't.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
Best regards: Jimmy B&lt;BR /&gt;
CAD coordinator at Emtunga International AB&lt;BR /&gt;
http://hem.fyristorg.com/cadman/&lt;BR /&gt;
www.emtunga.com</description>
      <pubDate>Thu, 31 Aug 2000 20:08:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-activex-lisp-to-get-set-plot-configuration/m-p/883696#M156247</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-31T20:08:48Z</dc:date>
    </item>
  </channel>
</rss>

