NamedPositionTable.Rename Method (Guid, String)

NamedPositionTableRename Method (Guid, String)

Rename a Named Position.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool Rename(
	Guid id,
	string name
)
Public Function Rename ( 
	id As Guid,
	name As String
) As Boolean

Parameters

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

Return Value

Type: Boolean
True or False depending on whether the Rename was successful. For example, this method might return False if you attempt to rename the Named Position with the currently assigned name.
See Also