Click or drag to resize

IPolylineD3DGetPoint Method

Gets the point at the specified index.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
PointD3D GetPoint(
	int idx
)

Parameters

idx  Int32
The index of the point to retrieve.

Return Value

PointD3D
The PointD3D at the specified index.
See Also