NamedPositionTableName Method |
Name of a Named Position.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Windows
Supported in: 6.8
See Also