Share

GroupPlotStyle.PlotRule Property

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.8.0.280

Syntax

C#

public SectionViewPlotRuleType PlotRule { get; set; }

VB

Public Property PlotRule As SectionViewPlotRuleType
	Get
	Set

C++

public:
property SectionViewPlotRuleType PlotRule {
	SectionViewPlotRuleType get ();
	void set (SectionViewPlotRuleType value);
}

Property Value

SectionViewPlotRuleType

See Also

Reference

Was this information helpful?