ExtendedPropertiesBindings(ExtendedPropertiesBindingType, ISetForgeTypeId) Constructor

Creates a new ExtendedPropertiesBindings

Namespace: Autodesk.Revit.DB.ExternalData
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public ExtendedPropertiesBindings(
	ExtendedPropertiesBindingType bindingType,
	ISet<ForgeTypeId> boundCategories
)

Parameters

bindingType  ExtendedPropertiesBindingType
Binding type.
boundCategories  ISetForgeTypeId
Identifiers of the categories for this binding.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration
See Also