Description:

Array of Rhino Objects related to a Named Position.

Syntax:
public RhinoObject[] Objects(
string name
)
Parameters:
  • name
  • Type: string
  • The name of the Named Position from which you want to retrieve the objects.
Returns:
Array of Rhino Objects which are tracked by the Named Position if successful, None if no such Named Position exists.
Available since:
6.0

Description:

Array of Rhino Objects related to a Named Position.

Syntax:
public RhinoObject[] Objects(
Guid id
)
Parameters:
  • id
  • Type: System.Guid
  • The Guid of the named position from which you want to retrieve the objects.
Returns:
Array of Rhino Objects which are tracked by the Named Position.
Available since:
6.0

Nothing found