Click or drag to resize

NamedPositionTableSave Method (String, IEnumerableGuid)

Save a new Named Position.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public Guid Save(
	string name,
	IEnumerable<Guid> objectIds
)

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.
See Also