The AIS request arguments.
[Visual Basic .NET] Public Property Arguments As IStringArray
[C#] public IStringArray Arguments {get; set;}
[C++]
HRESULT get_Arguments(
IStringArray** ppArguments
);
[C++]
HRESULT putref_Arguments(
IStringArray* ppArguments
);
[C++]Parameters
ppArguments [out, retval]ppArguments is a parameter of type IStringArray
ppArguments [in]ppArguments is a parameter of type IStringArray
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.