AddCustomProperty (PassContainer)
Description
Creates and adds an empty CustomProperty to a PassContainer object. This method is only suitable for building a new CustomProperty object from scratch. To create a CustomProperty that has already been defined in a Preset or PluginItem use PassContainer.AddProperty.
Scripting Syntax
PassContainer.AddCustomProperty( [Name], [BranchFlag] )
C# Syntax
CustomProperty PassContainer.AddCustomProperty( String in_name, Boolean in_Branch );Parameters
|
Parameter |
Type |
Description |
|
Name |
Represents the name of the new custom property |
|
|
BranchFlag |
When true the newly added Property will also appear under all the passes on the PassContainer Default Value: false |
Return Value
Autodesk Softimage v7.5