ExtendedPropertiesBindingType Enumeration

Enumeration type to indicate whether extended properties should be bound to instances or types.

Namespace: Autodesk.Revit.DB.ExternalData
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public enum ExtendedPropertiesBindingType
Members
Member nameValueDescription
Instance0 Extended properties should be bound to instance.
Type1 Extended properties should be bound to type.
See Also