ExtendedPropertiesLinkFailures
Description:
Extended properties link failures.
Extended properties link failures.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.BuiltInFailures.ExtendedPropertiesLinkFailures
System.Object
Autodesk.Revit.DB.BuiltInFailures.ExtendedPropertiesLinkFailures
public static class ExtendedPropertiesLinkFailures
| Name | Return Type | Description |
|---|---|---|
| CannotLoadData | FailureDefinitionId | The extended properties dataset could not be loaded. |
| CouldNotFindSchema | FailureDefinitionId | The dataset contained a property definition that Revit could not locate. |
| IncompatibleValue | FailureDefinitionId | The dataset contained a property value that is incompatible with the property definition. |
| InvalidCategory | FailureDefinitionId | The dataset contains an invalid category in the bindings of property definition. |
| NoBindings | FailureDefinitionId | The dataset contains invalid binding information for a property definition. |
| NoUsableSchemas | FailureDefinitionId | The dataset consists of property definitions that Revit does not support. No data could be loaded. |
| NoValues | FailureDefinitionId | The dataset does not contain any property values. |
| UnsupportedCategory | FailureDefinitionId | The dataset contains an unsupported category. |
| UnsupportedSchema | FailureDefinitionId | The dataset contained a property definition that Revit does not support. |