Application.NewInstanceBinding(CategorySet)
Method
Description:
Creates a new instance binding object containing the categories passed as a parameter.
Creates a new instance binding object containing the categories passed as a parameter.
Remarks:
Instance binding objects are used for attaching shared parameter definitions to all instances of an element within a category.
Instance binding objects are used for attaching shared parameter definitions to all instances of an element within a category.
Parameters
| Parameter | Type | Description |
|---|---|---|
| categorySet | CategorySet | A set of categories that will be added to the binding. |
Return Value
| Type | Description |
|---|---|
| InstanceBinding | A new instance binding object. |