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


IAISRequest.Arguments Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IAISRequest.Arguments Property

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.

See Also

IAISRequest Interface