BuiltInFailuresExtendedPropertiesLinkFailures Class

Extended properties link failures.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBBuiltInFailuresExtendedPropertiesLinkFailures

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public static class ExtendedPropertiesLinkFailures

The BuiltInFailuresExtendedPropertiesLinkFailures type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberCannotLoadData The extended properties dataset could not be loaded.
Public propertyStatic memberCouldNotFindSchema The dataset contained a property definition that Revit could not locate.
Public propertyStatic memberIncompatibleValue The dataset contained a property value that is incompatible with the property definition.
Public propertyStatic memberInvalidCategory The dataset contains an invalid category in the bindings of property definition.
Public propertyStatic memberNoBindings The dataset contains invalid binding information for a property definition.
Public propertyStatic memberNoUsableSchemas The dataset consists of property definitions that Revit does not support. No data could be loaded.
Public propertyStatic memberNoValues The dataset does not contain any property values.
Public propertyStatic memberUnsupportedCategory The dataset contains an unsupported category.
Public propertyStatic memberUnsupportedSchema The dataset contained a property definition that Revit does not support.
Top
See Also