Enum CadPlotLayoutFlag

CadPlotLayoutFlag enumeration

Plot layout flag. PlotLayoutFlag

[Flags]
public enum CadPlotLayoutFlag : short

Values

NameValueDescription
PlotViewportBorders1The plot viewport borders
ShowPlotStyles2The show plot styles
PlotCentered4The plot centered
PlotHidden8The plot hidden
UseStandardScale10The use standard scale
PlotPlotStyles20The plot plot styles
ScaleLineWeights40The scale line weights
PrintLineWeights80The print line weights
DrawViewportsFirst200The draw viewports first
ModelType400The model type
UpdatePaper800The update paper
ZoomToPaperOnUpdate1000The zoom to paper on update
Initializing2000The initializing
PrevPlotInit4000The previous plot initialize

See Also