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.8.0.292
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
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the name is duplicate.
|
See Also