PutPortDisplayName (Shader)
Introduced
7.0
Description
Changes a port display name. If nothing is specified (or is an empty string) in the PortDisplayName argument, the Parameter.ScriptName is used for the display name.
Scripting Syntax
Shader.PutPortDisplayName( PortScriptName, PortDisplayName )
C# Syntax
Shader.PutPortDisplayName( String in_ScriptName, String in_DisplayName );Parameters
|
Parameter |
Type |
Description |
|
PortScriptName |
Script name of a port on the shader. |
|
|
PortDisplayName |
Diplay Name to use. |
See Also
Autodesk Softimage v7.5