ArcFM Desktop Developer Guide
LibraryItemList Class
Members 


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Product Availability
Designer Express
Required Licenses
Designer Express
.NET Assembly
Miner.Desktop.DesignerExpress.dll
This class represents a list of LibraryItem objects. It is used inside MMExpressFavorite to associate library items with palette items.
Object Model
LibraryItemList Class
Syntax
'Declaration
 
<GuidAttribute("C0F45850-AC82-4066-BFB0-2E012862A464")>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
<ComVisibleAttribute(True)>
<ProgIdAttribute("mmFramework.mmLibraryItemList")>
Public Class LibraryItemList 
   Inherits Miner.SortedList(Of LibraryItem)
   Implements Miner.Interop.IMMLibraryItemEnum, Miner.Interop.IMMLibraryItemList 
'Usage
 
Dim instance As LibraryItemList
[Guid("C0F45850-AC82-4066-BFB0-2E012862A464")]
[ClassInterface(ClassInterfaceType.None)]
[ComVisible(true)]
[ProgId("mmFramework.mmLibraryItemList")]
public class LibraryItemList : Miner.SortedList<LibraryItem>, Miner.Interop.IMMLibraryItemEnum, Miner.Interop.IMMLibraryItemList  
Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
         Miner.Desktop.DesignerExpress.LibraryItemList

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

LibraryItemList Members
Miner.Desktop.DesignerExpress Namespace

 

 


Send Comment