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


IArguments.AddArgument Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IArguments.AddArgument Method

Adds an argument to a message.

[Visual Basic .NET]
Public Sub addArgument ( _
    ByRef pValue As Object _
)
[C#]
public void addArgument (
    ref object pValue
);
[C++]
HRESULT addArgument(
  VARIANT* pValue
);
[C++]

Parameters pValue [in] pValue is a parameter of type VARIANT

Product Availability

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

See Also

IArguments Interface