LabelStyleRemoveChild(String) Method

Removes a child label style by name from the current labelstyle node.

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

Parameters

labelStyleName  String
The name of the style to remove from the current labelstyle node.
Exceptions
ExceptionCondition
ArgumentException Thrown when the name is invalid or not exist under the current labelstyle.
InvalidOperationException Thrown when the child label style still has children.
See Also