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

 

This enumeration wraps the GS::DeviceType ObjectARX enumeration. 

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

Visual Basic
Public Enum DeviceType
  OneOffConfig = 2
  PC3File = 1
  SystemPrinter = 0
  Uninitialized = -1
End Enum
C#
public enum DeviceType {
  OneOffConfig = 2,
  PC3File = 1,
  SystemPrinter = 0,
  Uninitialized = -1
}
   Comments?