NamedPositionTable.Id Method

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
)
Public Function Id ( 
	name As String
) As Guid

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