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.
oReturn = PassContainer.AddCustomProperty( [Name], [BranchFlag] ); |
Parameter | Type | Description |
---|---|---|
Name | String | Represents the name of the new custom property |
BranchFlag | Boolean | When true the newly added Property will also appear under all
the passes on the PassContainer
Default Value: false |