PlotStyleId Property

Gets or sets the section view group plot style.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public ObjectId PlotStyleId { get; set; }

Visual Basic

Public Property PlotStyleId As ObjectId
	Get
	Set

Visual C++

public:
property ObjectId PlotStyleId {
	ObjectId get ();
	void set (ObjectId value);
}

Remarks

1. Getting PlotStyleId will return ObjectId.Null when SectionViewGroup is individual SectionViewGroup. 2. Setting PlotStyleId will do nothing when SectionViewGroup is individual SectionViewGroup.

Exceptions

ExceptionCondition
System.ArgumentException Thrown when setting to invalid style id.

See Also