ArcObjects Library Reference (TrackingAnalyst)  

IArguments Interface

Provides access to methods and properties used to manage arguments in a message.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Members

Description
Method addArgument Adds an argument to a message.
Read-only property ArgumentCount Number of arguments in a message.
Read-only property CreationDate Date of data's creation.
Read/write property Destination Destination for incoming message.
Method getArgument Returns an argument from a message.
Read-only property ID ID value for dataset.
Read-only property MessageType Indicates type of data message.
Read/write property Priority Priority of data in queue.
Method removeArgument Removes an argument from a message.
Method setArgument Sets value for an argument in a message.

CoClasses that implement IArguments

CoClasses and Classes Description
CommandMessage Message containing commands for the Tracking Server.
DataMessage Message containing data routed by the Tracking Server.