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.4.208.0

Syntax

C#

public ObjectId AddChild(
	string labelStyleName
)

Visual Basic

Public Function AddChild ( _
	labelStyleName As String _
) As ObjectId

Visual C++

public:
ObjectId AddChild(
	String^ labelStyleName
)

Parameters

labelStyleName
Type: System.String
The name of the label style.

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the name is duplicate.

See Also