Click or drag to resize

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

Parameters

index  Int32
The zero-based child index.

Property Value

PolyPath64
See Also