Click or drag to resize

PolyPathDChild Property

Gets 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 PolyPathD this[
	int index
] { get; }

Parameters

index  Int32
The zero-based child index.

Property Value

PolyPathD
See Also