STK UI ApplicationSend 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 index
);
[Unmanaged C++]
public: HRESULT get_Item(
    VARIANT index,
    BSTR* pVal
);
[Java]
public String getItem(
    AgVariant index
);

Parameters

index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.