This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IC > ICommandMessage Interface > ICommandMessage.GetArgument Method (ArcObjects .NET 10.5 SDK) |
Get argument for the command message.
[Visual Basic .NET] Public Function getArgument ( _ ByVal nIndex As Integer _ ) As Object
[C#] public object getArgument ( int nIndex );
[C++]
HRESULT getArgument(
Long nIndex,
VARIANT* pValue
);
[C++]
Parameters nIndex [in] nIndex is a parameter of type Long pValue [out, retval] pValue is a parameter of type VARIANT