ArcFM Solution Developer Guide
ID8List Interface
Members 






The D8List functions as a container for list items, which are objects that implement the ID8ListItem interface.
Object Model
ID8List Interface
Syntax
'Declaration
 
<System.Runtime.InteropServices.InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<System.Runtime.InteropServices.GuidAttribute("305DD5B0-4152-11D4-80D8-0050DA5BE899")>
<System.Runtime.InteropServices.ComImportAttribute()>
Public Interface ID8List 
'Usage
 
Dim instance As ID8List
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("305DD5B0-4152-11D4-80D8-0050DA5BE899")]
[System.Runtime.InteropServices.ComImport()]
public interface ID8List 
public interface ID8List 
System.Runtime.InteropServices.InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)
System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)
System.Runtime.InteropServices.GuidAttribute("305DD5B0-4152-11D4-80D8-0050DA5BE899")
System.Runtime.InteropServices.ComImportAttribute()
public interface ID8List 
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("305DD5B0-4152-11D4-80D8-0050DA5BE899")]
[System.Runtime.InteropServices.ComImport()]
public __gc __interface ID8List 
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("305DD5B0-4152-11D4-80D8-0050DA5BE899")]
[System.Runtime.InteropServices.ComImport()]
public interface class ID8List 
Requirements

See Also

Reference

ID8List Members
Miner.Interop Namespace

Send Feedback