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


ICommandMessage.AddArgument Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ICommandMessage.AddArgument Method

Add an argument to the command 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

ICommandMessage Interface