GroupPlotStylePlotRule Property |
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.8.0.292
Syntaxpublic SectionViewPlotRuleType PlotRule { get; set; }
Public Property PlotRule As SectionViewPlotRuleType
Get
Set
public:
property SectionViewPlotRuleType PlotRule {
SectionViewPlotRuleType get ();
void set (SectionViewPlotRuleType value);
}
Property Value
SectionViewPlotRuleType
See Also