Autodesk.AutoCAD.PlottingServices Namespace > RefreshCode Enumeration
Autodesk.AutoCAD.PlottingServices.RefreshCode Enumeration
Description

 

This .NET enum wraps the AcPlPlotConfigManager.RefreshCode ObjectARX enum. This enumeration defines the flags that can be specified to refresh the lists maintained by the PlotConfigMgr class.

Visual Basic
Public Enum RefreshCode
  All
  RefreshDevicesList
  RefreshStyleList
  RefreshSystemDevicesList
  RefreshPC3DevicesList
End Enum
C#
public enum RefreshCode {
  All,
  RefreshDevicesList,
  RefreshStyleList,
  RefreshSystemDevicesList,
  RefreshPC3DevicesList
}
Members
Members 
Description 
All 
Refreshes all existing lists. 
RefreshDevicesList 
Refreshes the devices list only. 
RefreshStyleList 
Refreshes the plot style tables list only. 
RefreshSystemDevicesList 
Refreshes only the cached system devices list information. 
RefreshPC3DevicesList 
Refreshes only the cached pc3 devices list information. 
   Comments?