Returns the child node at the specified index.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PolyPath64 Child(
int index
)
Parameters
- index Int32
- The zero-based child index.
Return Value
PolyPath64The child node.
See Also