Share

LabelStyle.ParentLabelStyleId Property

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

ObjectId

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the current label style is the top label style node.

See Also

Reference

Was this information helpful?