setNodeNiceNameResource(string $nodeType, string $str)
なし
変数名 | 変数型 | 説明 |
---|---|---|
$nodeType | string | ノード タイプです。 |
$str | string | このノード型にコネクトされる、表示可能なナイス ネームです。 |
// Set the niceName string associated with // the node type "myNode". This example shows an // English resource value, however this routine would more often // be called in practice to provide localized string values. // setNodeNiceNameResource( "myNode", "My Node");