FailureDefinitionRegistryListAllFailureDefinitions Method

Retrieves all the registered FailureDefinitions.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<FailureDefinitionAccessor> ListAllFailureDefinitions()

Return Value

IListFailureDefinitionAccessor
All the registered FailureDefinitions.
See Also