LabelStyleAddChild Method

Add a new child label style to the current label style's node with the default setings' value.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ObjectId AddChild(
	string labelStyleName
)

Parameters

labelStyleName  String
The name of the label style.

Return Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when the name is duplicate.
See Also