Autodesk.AutoCAD.PlottingServices.MergeStatus Enumeration

Description

This .NET class wraps the AcPlPlotInfo::MergeStatus ObjectARX enum.

Visual Basic

Public Enum MergeStatus
  CanonicalMediaName = 8
  CurrentStyleSheet = &H80000
  DrawViewportsFirst = &H400000
  NoChanges = 0
  PlotCentered = &H400
  PlotConfigurationName = 1
  PlotHidden = &H800
  PlotOrigin = &H10
  PlotPaperMargins = 2
  PlotPaperSize = 4
  PlotPaperUnits = &H20
  PlotPlotStyles = &H80
  PlotRotation = &H200
  PlotTransparency = &H800000
  PlotType = &H8000
  PlotViewName = &H20000
  PlotViewportBorders = &H40
  PlotWindowArea = &H10000
  PrintLineWeights = &H200000
  Scale = &H40000
  ScaleLineWeights = &H100000
  ShadePlot = &H1000
  ShadePlotCustomDpi = &H4000
  ShadePlotResLevel = &H2000
  ShowPlotStyles = &H100
End Enum

Members

Members Description
CanonicalMediaName = 8 The canonical media name is different.
CurrentStyleSheet = 0x80000 The current style sheet is different.
DrawViewportsFirst = 0x400000 The draw viewports first setting is different.
NoChanges = 0 There are no differences between the layout and the validated plot settings.
PlotCentered = 0x400 The center the plot setting is different.
PlotConfigurationName = 1 The plot configuration name is different.
PlotHidden = 0x800 The plot hidden setting is different.
PlotPaperMargins = 2 The margins are different.
PlotPaperSize = 4 The paper size is different.
PlotPaperUnits = 0x20 The plot paper units are different.
PlotPlotStyles = 0x80 The plot with plot styles setting is different.
PlotRotation = 0x200 The plot rotation is different.
PlotType = 0x8000 The plot type is different.
PlotViewName = 0x20000 The plot area is View, but the view name is different.
PlotViewportBorders = 0x40 The plot viewport borders setting is different.
PlotWindowArea = 0x10000 The plot area is Window, but the window is different.
PrintLineWeights = 0x200000 The print line weights setting is different.
Scale = 0x40000 The plot scales are different.
ScaleLineWeights = 0x100000 The scale line weights setting is different.
ShadePlot = 0x1000 The shade plot setting is different.
ShadePlotCustomDpi = 0x4000 The shade plot DPI setting is different.
ShadePlotResLevel = 0x2000 The shade plot resolution level is different.
ShowPlotStyles = 0x100 The show plot styles setting is different.