Click or drag to resize

NamedPositionTableObjectIds Method (String)

Array of Rhino Object Guids related to a Named Position.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public Guid[] ObjectIds(
	string name
)

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.
See Also