Description:
Array of Rhino Object Guids related to a Named Position.
Syntax:
Parameters:
- name
- Type: string
- The name of the Named Position from which you want to retrieve the objects.
Returns:
Type: Guid[]
Array of Guid which pertain to the objects tracked by the Named Position, or None in case no such Named Position is found.
Available since:
6.0
Description:
Array of Rhino Object Guids related to a Named Position.
Syntax:
public Guid[] ObjectIds(
Guid id
)
Guid id
)
Parameters:
- id
- Type: System.Guid
- The Guid of the named position from which you want to retrieve the objects.
Returns:
Type: Guid[]
Array of Guid which pertain to the objects tracked by the Named Position.
Available since:
6.0