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


IAppROT.Item Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IA > IAppROT Interface > IAppROT.Item Property
ArcGIS Developer Help

IAppROT.Item Property

The application reference at the specified index in the running object table.

[Visual Basic .NET]
Public Function get_Item ( _
    ByVal Index As Integer _
) As AppRef
[C#]
public AppRef get_Item (
    int Index
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAppROT Interface | IApplication Interface