<Code Lib>
2022 Method
Changes 0
M

Application.NewTypeBinding(CategorySet)

Description:
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.
Overloads (2):
NewTypeBinding(CategorySet)

public TypeBinding NewTypeBinding(
	CategorySet categorySet
)

Return Value TypeBinding A new type binding object.

Loading…