ExecuteCommand Method

Issues the command specified by CommandID.

Syntax

  object.ExecuteCommand( _
    CommandID As String) As Item

Parameters

  • CommandID
    Required. String value.

Return Value

Required. Item value.

Remarks

All the imaging devices expose most of their commands on devices rather than items. CommandIDs are device dependent. Valid CommandIDs for this Item are contained in the Commands (Item) collection.

Method Information

Minimum operating systems Windows XP SP1

See Also

CommandID Constants, ShowItemProperties, ShowTransfer, ExecuteCommand (Device), GetItem, CommandID, Item (Items)