| Revit 2019.2 API |
| BuiltInFailures..::..FamilyFailures..::..ElementTypeParameterized Property |
| BuiltInFailures..::..FamilyFailures Class See Also |
The type(s) of the selected element(s) are driven by family parameter(s). Changing the type directly will break the association.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Syntax
| C# |
|---|
public static FailureDefinitionId ElementTypeParameterized { get; } |
| Visual Basic |
|---|
Public Shared ReadOnly Property ElementTypeParameterized As FailureDefinitionId Get |
| Visual C++ |
|---|
public: static property FailureDefinitionId^ ElementTypeParameterized { FailureDefinitionId^ get (); } |