Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
GetPrev Method
Description
This method returns a new instance of the command that precedes the current command in the Commands object. Unlike Next, this method does not change the current command but instead returns a new Command object.
Syntax
Visual Basic
Public Function GetPrev() As Command
Return Type
Command object of the previous command.
Example
See a similar example in the GetNext method.
See Also