LabelStyleAddChild Method |
Add a new child label style to the current label style's node with the default setings' value.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic ObjectId AddChild(
string labelStyleName
)
Public Function AddChild (
labelStyleName As String
) As ObjectId
public:
ObjectId AddChild(
String^ labelStyleName
)
Parameters
- labelStyleName String
- The name of the label style.
Return Value
ObjectId
Exceptions
See Also