SectionViewGroupPlotStyleId Property

Gets or sets the section view group plot style.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ObjectId PlotStyleId { get; set; }

Property Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when setting to invalid style id.
Remarks
1. Getting PlotStyleId will return ObjectId.Null when SectionViewGroup is individual SectionViewGroup. 2. Setting PlotStyleId will do nothing when SectionViewGroup is individual SectionViewGroup.
See Also