Click or drag to resize

SweepPath3DTotalLineLength Property

Gets the total line length of the polyline.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double TotalLineLength { get; }

Property Value

Double
The total length of the polyline.

Implements

IPolylineD3DTotalLineLength
See Also