Go to: Synopsis. Return value. Related. MEL examples.
setAttrNiceNameResource(string $nodeType, string $attrShortName, string $str)
None
Variable Name | Variable Type | Description |
---|---|---|
$nodeType | string | the node type |
$attrShortName | string | the attribute's short name |
$str | string | displayable nice name string to be associated with this attribute |
// Set the attribute nice name string associated with // attribute "spos" 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. // setAttrNiceNameResource( "myNode", "spos", "Start Position");