This enumeration wraps the GS::DeviceType ObjectARX enumeration.
This enumeration defines the device type represented by an ClassFactory object.
Public Enum DeviceType OneOffConfig = 2 PC3File = 1 SystemPrinter = 0 Uninitialized = -1 End Enum
public enum DeviceType { OneOffConfig = 2, PC3File = 1, SystemPrinter = 0, Uninitialized = -1 }
Comments? |