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


IAISRequest.Arguments Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAISRequest Interface > IAISRequest.Arguments Property
ArcGIS Developer Help

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