.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

PlotSettingsValidator.GetPlotDeviceList

2 REPLIES 2
Reply
Message 1 of 3
HJohn1
117 Views, 2 Replies

PlotSettingsValidator.GetPlotDeviceList

HJohn1
Advocate
Advocate
PlotSettingsValidator.GetPlotDeviceList

I have been using this code to get the list of PC3 devices for a long time now.  Recently, after installing Bluebeam 21, this function is only returning the Bluebeam devices.  It seems to me that the same list can be obtained from the property

PlotConfigManager.Devices

.  I tried calling the method

PlotConfigManager.RefreshList(RefreshCode.RefreshDevicesList)

, but that seems not to do much.  Can anyone one suggest a better approach or provide help on this issue.  Your help will be greatly appreciated.

0 Likes

PlotSettingsValidator.GetPlotDeviceList

PlotSettingsValidator.GetPlotDeviceList

I have been using this code to get the list of PC3 devices for a long time now.  Recently, after installing Bluebeam 21, this function is only returning the Bluebeam devices.  It seems to me that the same list can be obtained from the property

PlotConfigManager.Devices

.  I tried calling the method

PlotConfigManager.RefreshList(RefreshCode.RefreshDevicesList)

, but that seems not to do much.  Can anyone one suggest a better approach or provide help on this issue.  Your help will be greatly appreciated.

2 REPLIES 2
Message 2 of 3
cuongtk2
in reply to: HJohn1

cuongtk2
Advocate
Advocate
public StringCollection GetPloters()
{
return PlotSettingsValidator.Current.GetPlotDeviceList();
}
0 Likes

public StringCollection GetPloters()
{
return PlotSettingsValidator.Current.GetPlotDeviceList();
}
Message 3 of 3
HJohn1
in reply to: cuongtk2

HJohn1
Advocate
Advocate

Thank you very much for your suggestion.  That is the call I have been making and now it is only returning the Bluebeam device list.  Sorry, I didn't clarify in my post that I was using the current PlotSettingsValidator.

0 Likes

Thank you very much for your suggestion.  That is the call I have been making and now it is only returning the Bluebeam device list.  Sorry, I didn't clarify in my post that I was using the current PlotSettingsValidator.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

AutoCAD Inside the Factory


Autodesk Design & Make Report