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