Click or drag to resize

NamedPositionTableId Method

Guid of a Named Position.

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

Parameters

name
Type: SystemString
Name of the Named Position for which you want to retrieve the Guid.

Return Value

Type: Guid
The Guid of the Named Position. If not found, an empty Guid is returned.
See Also