LabelStyleParentLabelStyleId Property

Gets the object id of parent lable style .

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

Property Value

ObjectId
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the current label style is the top label style node.
See Also