ArcFM Engine Developer Guide
D8List Interface
Members 


When a design is open, the Design tab in the Attribute Editor is populated with a tree. As with all ArcFM trees, the Design tab is driven by a list - known as the D8List/D8ListItem structure. The D8List functions as a container for list items, which are objects that implement ID8ListItem.
Available at Version
Product Availability
Required Licenses
.NET Assembly
Syntax
'Declaration
 
<CoClassAttribute(Miner.Interop.D8ListClass)>
<GuidAttribute("305DD5B0-4152-11D4-80D8-0050DA5BE899")>
<ComImportAttribute()>
Public Interface D8List 
   Inherits ID8List 
'Usage
 
Dim instance As D8List
[CoClass(Miner.Interop.D8ListClass)]
[Guid("305DD5B0-4152-11D4-80D8-0050DA5BE899")]
[ComImport()]
public interface D8List : ID8List  
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

D8List Members
Miner.Interop Namespace

When a design is open, the Design tab in the Attribute Editor is populated with a tree. As with all ArcFM trees, the Design tab is driven by a list - known as the D8List/D8ListItem structure. The D8List functions as a container for list items, which are objects that implement ID8ListItem.
Syntax
'Declaration
 
<CoClassAttribute(Miner.Interop.D8ListClass)>
<GuidAttribute("305DD5B0-4152-11D4-80D8-0050DA5BE899")>
<ComImportAttribute()>
Public Interface D8List 
   Inherits ID8List 
'Usage
 
Dim instance As D8List
[CoClass(Miner.Interop.D8ListClass)]
[Guid("305DD5B0-4152-11D4-80D8-0050DA5BE899")]
[ComImport()]
public interface D8List : ID8List  
Inheritance Hierarchy

Miner.Interop.D8List

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

D8List Members
Miner.Interop Namespace

 

 


Send Comment