Click or drag to resize

NamedPositionTableName Method

Name of a Named Position.

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

Parameters

id
Type: SystemGuid
Guid of the Named Position for which you want to retrieve the name.

Return Value

Type: String
The name of the Named Position as a string.
See Also