Message 1 of 2
How to set ShadePlotCustomDpi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to set the DPI plot quality, but I cannot figure out how to set the ShadePlotCustomDpi. Can anybody help with some sample codes?
// Specify the shaded viewport options
acPlSet.ShadePlot = PlotSettingsShadePlotType.Rendered;
acPlSet.ShadePlotResLevel = ShadePlotResLevel.Custom;
acPlSet.ShadePlotCustomDpi = ???
Thank you...