LabelStyleRemoveChild(Int32) Method |
Removes a child label style by index from the current labelstyle node.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void RemoveChild(
int index
)
Public Sub RemoveChild (
index As Integer
)
public:
void RemoveChild(
int index
)
Parameters
- index Int32
- The index of the style to remove from the current labelstyle node.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the index is out of range.
|
See Also