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: 20.0.0.0 (20.0.0.377)
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 (); } |