PropertySetElementFailures
Description:
Failures related to property set elements.
Failures related to property set elements.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.BuiltInFailures.PropertySetElementFailures
System.Object
Autodesk.Revit.DB.BuiltInFailures.PropertySetElementFailures
public static class PropertySetElementFailures
| Name | Return Type | Description |
|---|---|---|
| EmptyPropertySetName | FailureDefinitionId | A property set name cannot be an empty string. |
| NonStringParameterValue | FailureDefinitionId | The given parameter requires a string value. |
| NonUniquePropertySetName | FailureDefinitionId | The value of the given parameter is already in use as a property set name. |