Visual Basic (Declaration) | |
---|---|
Public Overloads Function Trim( _ ByVal parent As Element, _ ByVal visibleLevels As Integer, _ ByVal addAttributes As Boolean _ ) As Series |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Series Trim( Element parent, int visibleLevels, bool addAttributes ) |
Parameters
- parent
- The root element of the resulting series.
- visibleLevels
- Number of levels of children from the root element to return in the resulting series.
- addAttributes
- A bool value indicating whether custom attributes are added to describe the nodes.