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

NamedPositionTableAppend Method (String, IEnumerableGuid)

Append objects to a Named Position.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Append(
	string name,
	IEnumerable<Guid> objectIds
)
Public Function Append ( 
	name As String,
	objectIds As IEnumerable(Of Guid)
) As Boolean

Parameters

name
Type: SystemString
Name of the Named Position which you want to append to.
objectIds
Type: System.Collections.GenericIEnumerableGuid
New object Guids 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