Gets or sets the ObjectId for the line label style. The object type is LabelStyle.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public override ObjectId LineLabelStyleId { set; }
VB
Public Overrides WriteOnly Property LineLabelStyleId As ObjectId Set
C++
public: virtual property ObjectId LineLabelStyleId { void set (ObjectId value) override; }
Property Value
ObjectIdExceptions
| Exception | Condition |
|---|---|
| ArgumentException | Thrown when LineLabelStyleId is invalid |
