Method | Description | |
---|---|---|
GetName ( int nodeId ) : string |
Gets the name of a node.
|
|
IsNamed ( int nodeId ) : bool |
Determines whether the specified node is named.
|
|
NameExists ( string name ) : bool |
Checks if a name already exists.
|
|
SaveName ( int nodeId, string name ) : void |
Saves the name for the given node id.
|
public static GetName ( int nodeId ) : string | ||
nodeId | int | The node id. |
return | string |
public static IsNamed ( int nodeId ) : bool | ||
nodeId | int | The node id. |
return | bool |
public static NameExists ( string name ) : bool | ||
name | string | The name. |
return | bool |
public static SaveName ( int nodeId, string name ) : void | ||
nodeId | int | The node id. |
name | string | The name. |
return | void |