ArcObjects Library Reference (TrackingAnalyst)  

ICommandMessage.RemoveArgument Method

Remove an argument from the command message.

[Visual Basic .NET]
Public Sub removeArgument ( _
    ByVal nIndex As Integer _
)
[C#]
public void removeArgument (
    int nIndex
);
[C++]
HRESULT removeArgument(
  Long nIndex
);
[C++]

Parameters

nIndex [in]   nIndex is a parameter of type Long

Product Availability

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

See Also

ICommandMessage Interface