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