STK UI ApplicationSend comments on this topic.
MRUList Property (IAgUiApplication)
See Also
Windows





Windows & Linux

Description

Returns a collection most recently used files.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property MRUList() As IAgMRUCollection
[C#]
public IAgMRUCollection MRUList {get;}
[Managed C++]
public: __property IAgMRUCollection ^ get_MRUList();
[Unmanaged C++]
public: HRESULT get_MRUList(
    IAgMRUCollection ** ppVal
);
[Java]
public IAgMRUCollection getMRUList();

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.