Click or drag to resize

PolyLine3Item Property

Get or set polyline point at index.

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

Parameters

index
Type: SystemInt32

Return Value

Type: Point3
See Also