Gets or sets the SectionViewPlotRuleType enum value that specifies whether to plot the section views by column or row.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public SectionViewPlotRuleType PlotRule { get; set; }
Visual Basic
Public Property PlotRule As SectionViewPlotRuleType Get Set
Visual C++
public: property SectionViewPlotRuleType PlotRule { SectionViewPlotRuleType get (); void set (SectionViewPlotRuleType value); }