ExtendedPropertiesBindings(ExtendedPropertiesBindingType, ISetForgeTypeId) Constructor |
Creates a new ExtendedPropertiesBindings
Namespace: Autodesk.Revit.DB.ExternalDataAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic ExtendedPropertiesBindings(
ExtendedPropertiesBindingType bindingType,
ISet<ForgeTypeId> boundCategories
)
Public Sub New (
bindingType As ExtendedPropertiesBindingType,
boundCategories As ISet(Of ForgeTypeId)
)
public:
ExtendedPropertiesBindings(
ExtendedPropertiesBindingType bindingType,
ISet<ForgeTypeId^>^ boundCategories
)
new :
bindingType : ExtendedPropertiesBindingType *
boundCategories : ISet<ForgeTypeId> -> ExtendedPropertiesBindingsParameters
- bindingType ExtendedPropertiesBindingType
-
Binding type.
- boundCategories ISetForgeTypeId
-
Identifiers of the categories for this binding.
Exceptions
See Also