Gets the object id of parent lable style .
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ObjectId ParentLabelStyleId { get; }
VB
Public ReadOnly Property ParentLabelStyleId As ObjectId Get
C++
public: property ObjectId ParentLabelStyleId { ObjectId get (); }
Property Value
ObjectIdExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the current label style is the top label style node. |