SectionViewGroupPlotStyleId Property |
Gets or sets the section view group plot style.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic ObjectId PlotStyleId { get; set; }Public Property PlotStyleId As ObjectId
Get
Set
public:
property ObjectId PlotStyleId {
ObjectId get ();
void set (ObjectId value);
}Property Value
ObjectId
Exceptions| Exception | Condition |
|---|
| 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