Represents a list of Point3d.

Namespace: Rhino.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.5 (5.0.20693.0)

Syntax

C#
[SerializableAttribute]
public class Point3dList : RhinoList<Point3d>
Visual Basic
<SerializableAttribute> _
Public Class Point3dList _
	Inherits RhinoList(Of Point3d)

Inheritance Hierarchy

System..::..Object
  Rhino.Collections..::..RhinoList<(Of <(<'Point3d>)>)>
    Rhino.Collections..::..Point3dList
      Rhino.Geometry..::..Polyline

See Also