AGI Ui Application 11Send comments on this topic.
Item Property (IAgMRUCollection)
See Also 
index
Windows






Windows & Linux

Description

Gets the MRU at the specified index.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Item( _
   ByVal index As System.Object _
) As String
[C#]
public string this[
   System.Object index
] { get; }
[Managed C++]
public: __property String __gc ^ get_Item(
   VARIANT
);
[Unmanaged C++]
public: HRESULT get_Item(
   VARIANT RetVal
);
[Java]
public String getItem(
   Variant
);

Parameters

index

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.