Share

LabelStyle.AddChild 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.280

Syntax

C#

public ObjectId AddChild(
	string labelStyleName
)

VB

Public Function AddChild ( 
	labelStyleName As String
) As ObjectId

C++

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

Reference

Was this information helpful?