RhinoCommon API
NamedPositionTableObjects Method (String) |
Array of Rhino Objects related to a Named Position.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public RhinoObject[] Objects( string name )
Public Function Objects ( name As String ) As RhinoObject()
Parameters
- name
- Type: SystemString
The name of the Named Position from which you want to retrieve the objects.
Return Value
Type: RhinoObjectArray of Rhino Objects which are tracked by the Named Position if successful, null if no such Named Position exists.
