Can't move these elements at the same time. One of them is restricted to moving in one direction while the other is restricted to moving in a conflicting direction.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
| C# |
|---|
public static FailureDefinitionId CannotMoveTogether { get; } |
| Visual Basic |
|---|
Public Shared ReadOnly Property CannotMoveTogether As FailureDefinitionId Get |
| Visual C++ |
|---|
public: static property FailureDefinitionId^ CannotMoveTogether { FailureDefinitionId^ get (); } |