LabelStyleRemoveChild(String) Method |
Removes a child label style by name from the current labelstyle node.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic void RemoveChild(
string labelStyleName
)
Public Sub RemoveChild (
labelStyleName As String
)
public:
void RemoveChild(
String^ labelStyleName
)
Parameters
- labelStyleName String
- The name of the style to remove from the current labelstyle node.
Exceptions
See Also