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


IArguments.SetArgument Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IArguments.SetArgument Method

Sets value for an argument in a message.

[Visual Basic .NET]
Public Sub setArgument ( _
    ByVal nIndex As Integer, _
    ByRef pValue As Object _
)
[C#]
public void setArgument (
    int nIndex,
    ref object pValue
);
[C++]
HRESULT setArgument(
  Long nIndex,
  VARIANT* pValue
);
[C++]

Parameters nIndex [in] nIndex is a parameter of type Long 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