Message 1 of 23
Using ActiveX/LISP to get/set plot configuration

Not applicable
08-29-2000
01:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello ActiveX gurus,
Kind of a tall order this time.
Using ActiveX/LISP, how would I go about getting/setting plot properties? I
figure it's probably something like:
(vla-get-property some_object "PlotHidden") and
(vla-put-property some_object "PlotHidden" vlax:true) or something.
I guess the real questions are what object(s) do I use to get/set the
following plot properties, and how do I get these objects?
1. layout name
2. output device name
3. paper size
4. paper units
5. drawing orientation
6. Plot upside down
7. plot area
8. plot scale
9. plot offset
10. Plot with plot styles
11. plot style table name
12. Plot with lineweights
13. Remove hidden lines
14. Write the plot to a file
15. Save changes to model tab
--
Thank you much once again,
Eric S. eschneider@jensenprecast.com
Kind of a tall order this time.
Using ActiveX/LISP, how would I go about getting/setting plot properties? I
figure it's probably something like:
(vla-get-property some_object "PlotHidden") and
(vla-put-property some_object "PlotHidden" vlax:true) or something.
I guess the real questions are what object(s) do I use to get/set the
following plot properties, and how do I get these objects?
1. layout name
2. output device name
3. paper size
4. paper units
5. drawing orientation
6. Plot upside down
7. plot area
8. plot scale
9. plot offset
10. Plot with plot styles
11. plot style table name
12. Plot with lineweights
13. Remove hidden lines
14. Write the plot to a file
15. Save changes to model tab
--
Thank you much once again,
Eric S. eschneider@jensenprecast.com