| Visual Basic (Declaration) | |
|---|---|
Public Overloads Sub Trim( _ ByVal range As ScaleRange, _ ByVal ev As ElementValue, _ ByVal inclusive As Boolean _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void Trim( ScaleRange range, ElementValue ev, bool inclusive ) | |
Parameters
- range
- Range of element values to trim.
- ev
- The ElementValue the range is compared to.
- inclusive
- Whether to trim elements within or outside the specified range. False by default (trims outside the range when calling the method without the inclusive parameter or when set to false.