DataTreeTRenumberPaths Method (String) |
Renumber all paths in this data tree, using a single incrementing path index.
Namespace:
Grasshopper
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public void RenumberPaths(
string mask
)
Public Sub RenumberPaths (
mask As String
)
Parameters
- mask
- Type: SystemString
String formatting mask for paths. Use semi-colons for path index separators and "{i}" as a path index placeholder.
Examples:
"{i}" -> {i}
"0;{i}" -> {0;i}
"{i};0;0" -> {i;0;0}
See Also