setCustomAttrNiceNameResource(string $nodeType, string $attrShortName, string $str)
なし
変数名 | 変数型 | 説明 |
---|---|---|
$nodeType | string | ノード タイプです。 |
$attrLongName | string | アトリビュートのロング ネームです。 |
$str | string | このアトリビュートに関連付ける表示可能なナイス ネームです。 |
// Set the custom attribute's nice name string associated with // attribute "startPosition" on node type "myNode". This example shows an // English resource name, however this routine would more often // be called in practice to provide localized string values. // setCustomAttrNiceNameResource( "myNode", "spos", "Start Position");