This .NET class wraps the PlotType ObjectARX class. It specifies the type of plot generated.
Public Enum PlotType Display Extents Limits View Window Layout End Enum
public enum PlotType { Display, Extents, Limits, View, Window, Layout }