Click or drag to resize

PointCloudItem Property

Gets the item at the given index.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public PointCloudItem this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index of item to retrieve.

Return Value

Type: PointCloudItem
The item at the given index.
See Also