Extended
|
Creates a new ExtendedPropertiesBindings
Namespace: Autodesk.Revit.DB.ExternalData
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
public ExtendedPropertiesBindings(
ExtendedPropertiesBindingType bindingType,
ISet<ForgeTypeId> boundCategories
)
Parameters
- bindingType ExtendedPropertiesBindingType
- Binding type.
- boundCategories ISet ForgeTypeId
- Identifiers of the categories for this binding.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |