NamedPositionTable.ObjectIds Method (String)

NamedPositionTableObjectIds Method (String)

Array of Rhino Object Guids related to a Named Position.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Guid[] ObjectIds(
	string name
)
Public Function ObjectIds ( 
	name As String
) As Guid()

Parameters

name
Type: SystemString
The name of the Named Position from which you want to retrieve the objects.

Return Value

Type: Guid
Array of Guid which pertain to the objects tracked by the Named Position, or null in case no such Named Position is found.
Version Information

Rhino for Windows

Supported in: 6.14
See Also