Share

BuiltInFailures.ParameterFailures Class

Failures related to parameters and parameter operations.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.BuiltInFailures.ParameterFailures


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public static class ParameterFailures

The BuiltInFailures.ParameterFailures type exposes the following members.

Properties

 NameDescription
Public propertyStatic memberInconsistentSharedParameterDefinitions The shared parameter '...' cannot be added with name '...' and type '...' because it conflicts with the existing name '...' and type '...'.
Public propertyStatic memberUnrecognizedSharedParameterDataType The shared parameter '...' with name '...' cannot be added because its data type is not recognized.

See Also

Reference

Was this information helpful?