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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1