Share

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.

C#

public enum RefreshCode {
  All,
  RefreshDevicesList,
  RefreshStyleList,
  RefreshSystemDevicesList,
  RefreshPC3DevicesList
}

Visual Basic

Public Enum RefreshCode
  All
  RefreshDevicesList
  RefreshStyleList
  RefreshSystemDevicesList
  RefreshPC3DevicesList
End Enum

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.

Was this information helpful?