AddProxyParameter (CustomProperty)
Introduced
4.2
Description
Adds a ProxyParameter to the CustomProperty.
Scripting Syntax
CustomProperty.AddProxyParameter( MasterParameter, [ScriptName], [Name] )
C# Syntax
ProxyParameter CustomProperty.AddProxyParameter( Object in_ProxiedParameter, String in_ScriptName, String in_name );Parameters
|
Parameter |
Type |
Description |
|
MasterParameter |
Parameter to link to the new Proxy Parameter. The parameter can be specified either as a Parameter object or as a string with the fullname of the parameter. |
|
|
ScriptName |
Script name of the new parameter. If not specified a default name is used based on the full name of the master parameter. |
|
|
Name |
Name of the new parameter. If not specified a default name is used based on the full name of the master parameter. |
Return Value
The newly created ProxyParameter object.
See Also
Autodesk Softimage 2011