Share

DeviceType

C++

enum DeviceType {
  kSystemPrinter = 0,
  kPC3File = 1,
  kOneOffConfig = 2,
  kUninitialized = -1
};

File

AcPlPlotConfigMgr.h

Members

Members Description
kSystemPrinter A device defined and configured using the Windows 'Printers' application
kPC3File A device defined and configured using an AutoCAD PC3 file
kOneOffConfig For internal use only
kUninitialized For internal use only

Description

This enumeration defines the device type represented by an AcPlPlotConfig object.

Was this information helpful?