RhinoCommon API
NamedPositionTableSave Method (String, IEnumerableGuid) |
Save a new Named Position.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
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: GuidGuid of the newly saved Named Position.