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
)
Public Function Name (
id As Guid
) As String
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