Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > Commands Object : LastCommand Property
LastCommand Property
Description

Returns a Command object representing the last command in the measurement routine. Read-only Command object.

Property type
Read-only property
Syntax
Visual Basic
Public Property LastCommand As Command
Return Type
Command object.
Remarks

This gives you a faster way of getting the last command. Before you had to use this syntax:

Commands.Item(Commands.Count).

See Also