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.
Public Enum RefreshCode All RefreshDevicesList RefreshStyleList RefreshSystemDevicesList RefreshPC3DevicesList End Enum
public enum RefreshCode { All, RefreshDevicesList, RefreshStyleList, RefreshSystemDevicesList, RefreshPC3DevicesList }
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? |