RhinoCommon API
ObjectTableAddPoints Method (IEnumerablePoint3d) |
Adds multiple points to the document.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public RhinoList<Guid> AddPoints( IEnumerable<Point3d> points )
Public Function AddPoints ( points As IEnumerable(Of Point3d) ) As RhinoList(Of Guid)
Parameters
- points
- Type: System.Collections.GenericIEnumerablePoint3d
Points to add.
Return Value
Type: RhinoListGuidList of object ids.
