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

NamedPositionTableSave Method (String, IEnumerableRhinoObject)

Save a new Named Position.

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

Parameters

name
Type: SystemString
Name for this Named Position.
objects
Type: System.Collections.GenericIEnumerableRhinoObject
Array of Rhino Objects 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