NamedPositionTable.Append Method (Guid, IEnumerable(RhinoObject))

NamedPositionTableAppend Method (Guid, IEnumerableRhinoObject)

Append objects to a Named Position.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Append(
	Guid id,
	IEnumerable<RhinoObject> objects
)
Public Function Append ( 
	id As Guid,
	objects As IEnumerable(Of RhinoObject)
) As Boolean

Parameters

id
Type: SystemGuid
Guid 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: Boolean
True or False depending on whether the Append was successful.
Version Information

Rhino for Windows

Supported in: 6.14
See Also