Click or drag to resize

PolyPath64Child Method

Returns the child node at the specified index.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PolyPath64 Child(
	int index
)

Parameters

index  Int32
The zero-based child index.

Return Value

PolyPath64
The child node.
See Also