Removes a child label style by index from the current labelstyle node.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public void RemoveChild(
int index
)
Visual Basic
Public Sub RemoveChild ( _
index As Integer _
)
Visual C++
public:
void RemoveChild(
int index
)
Parameters
- index
- Type: System.Int32
The index of the style to remove from the current labelstyle node.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when the index is out of range. |