Gets or sets the SectionViewPlotRuleType enum value that specifies whether to plot the section views by column or row.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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);
}

See Also