This document is archived and information here might be outdated.  Recommended version.


IArguments Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IArguments Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement IArguments

Classes Description
CommandMessage Message containing commands for the Tracking Server.
DataMessage Message containing data routed by the Tracking Server.
ResponseMessage Implements IResponseMessage interface to access responses from the Tracking Server or datalinks in which a command was issued..