ExtendedPropertiesBindings Class

Establishes the bindings for a given extended property. Supports the same style of binding as shared/project parameters - category and type vs instance.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.ExternalDataExtendedPropertiesBindings

Namespace: Autodesk.Revit.DB.ExternalData
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public class ExtendedPropertiesBindings : IDisposable

The ExtendedPropertiesBindings type exposes the following members.

Constructors
 NameDescription
Public methodExtendedPropertiesBindings Creates a new ExtendedPropertiesBindings
Public methodExtendedPropertiesBindings(ExtendedPropertiesBindingType, ISetForgeTypeId) Creates a new ExtendedPropertiesBindings
Top
Properties
 NameDescription
Public propertyBindingType Indicates type vs instance bindings. Defaults to Instance.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Top
Methods
 NameDescription
Public methodAddCategories Adds multiple categories to the bindings.
Public methodAddCategory Adds a category id to the bindings.
Public methodDisposeReleases all resources used by the ExtendedPropertiesBindings
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also