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

Variant

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

String

Script name of the new parameter. If not specified a default name is used based on the full name of the master parameter.

Name

String

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

ProxyParameter

CustomProperty.RemoveParameter

EditParameterDefinition



Autodesk Softimage v7.5