RhinoCommon API
NamedPositionTableAppend Method (String, IEnumerableRhinoObject) |
Append objects to a Named Position.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)

public bool Append( string name, IEnumerable<RhinoObject> objects )
Public Function Append ( name As String, objects As IEnumerable(Of RhinoObject) ) As Boolean
Parameters
- name
- Type: SystemString
Name of the Named Position which you want to append to. - objects
- Type: System.Collections.GenericIEnumerableRhinoObject
Collection of Rhino Objects to be included in this Named Position.
Return Value
Type: BooleanTrue or False depending on whether the Append was successful.

Rhino for Windows
Supported in: 6.14