Determines whether the elements can move to back.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public bool CanMoveBack( ElementCollection elements ) |
| Visual Basic (Declaration) |
|---|
Public Function CanMoveBack ( _ elements As ElementCollection _ ) As Boolean |
| Visual C++ |
|---|
public: bool CanMoveBack( ElementCollection^ elements ) |