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

NamedPositionTableSave Method (String, IEnumerableGuid)

Save a new Named Position.

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

Parameters

name
Type: SystemString
Name for this Named Position.
objectIds
Type: System.Collections.GenericIEnumerableGuid
Array of Rhino Object Ids which should be included in this Named Position.

Return Value

Type: Guid
Guid of the newly saved Named Position.
Version Information

Rhino for Windows

Supported in: 6.14
See Also