Revit 2020.1 API |
BuiltInFailures..::..GroupFailures..::..ElementChangedMoreThanAllowed Property |
BuiltInFailures..::..GroupFailures Class See Also |
The Grouped element has changed length enough to make it substantially different from other Group instances.
To make this degree of change Edit Group and make the change again.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Syntax
C# |
---|
public static FailureDefinitionId ElementChangedMoreThanAllowed { get; } |
Visual Basic |
---|
Public Shared ReadOnly Property ElementChangedMoreThanAllowed As FailureDefinitionId Get |
Visual C++ |
---|
public: static property FailureDefinitionId^ ElementChangedMoreThanAllowed { FailureDefinitionId^ get (); } |