Click or drag to resize

PolyLine3Item Property

Gets or sets polyline point at index.

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

Parameters

index
Type: SystemInt32
Index of the point in the polyline.

Property Value

Type: Point3
See Also