Click or drag to resize

SubPolyline3Item Property

Get the point at the specified index.

Namespace:  Karamba.Results.ShellSection
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Point3 this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index of the point in the poly-line.

Return Value

Type: Point3
The point at the specified index.
See Also