Skip to content

P_Rhino_Geometry_PointCloud_Item

Will Pearson edited this page Aug 12, 2016 · 2 revisions

PointCloud.Item Property

Gets the item at the given index.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public PointCloudItem this[
	int index
] { get; }

VB

Public ReadOnly Default Property Item ( 
	index As Integer
) As PointCloudItem
	Get

Parameters

 

index
Type: System.Int32
Index of item to retrieve.

Return Value

Type: PointCloudItem
The item at the given index.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

PointCloud Class
Rhino.Geometry Namespace

Clone this wiki locally