ExtendedPropertiesBindingsBindingType Property |
Indicates type vs instance bindings. Defaults to Instance.
Namespace: Autodesk.Revit.DB.ExternalDataAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic ExtendedPropertiesBindingType BindingType { get; set; }Public Property BindingType As ExtendedPropertiesBindingType
Get
Set
public:
property ExtendedPropertiesBindingType BindingType {
ExtendedPropertiesBindingType get ();
void set (ExtendedPropertiesBindingType value);
}member BindingType : ExtendedPropertiesBindingType with get, set
Property Value
ExtendedPropertiesBindingType
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException |
When setting this property: A value passed for an enumeration argument is not a member of that enumeration
|
See Also