ArcFM Engine Developer Guide
D8ListItem 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
 
<GuidAttribute("305DD5B1-4152-11D4-80D8-0050DA5BE899")>
<CoClassAttribute(Miner.Interop.D8ListItemClass)>
<ComImportAttribute()>
Public Interface D8ListItem 
   Inherits ID8ListItem 
'Usage
 
Dim instance As D8ListItem
[Guid("305DD5B1-4152-11D4-80D8-0050DA5BE899")]
[CoClass(Miner.Interop.D8ListItemClass)]
[ComImport()]
public interface D8ListItem : ID8ListItem  
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

D8ListItem 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
 
<GuidAttribute("305DD5B1-4152-11D4-80D8-0050DA5BE899")>
<CoClassAttribute(Miner.Interop.D8ListItemClass)>
<ComImportAttribute()>
Public Interface D8ListItem 
   Inherits ID8ListItem 
'Usage
 
Dim instance As D8ListItem
[Guid("305DD5B1-4152-11D4-80D8-0050DA5BE899")]
[CoClass(Miner.Interop.D8ListItemClass)]
[ComImport()]
public interface D8ListItem : ID8ListItem  
Inheritance Hierarchy

Miner.Interop.D8ListItem

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

D8ListItem Members
Miner.Interop Namespace

 

 


Send Comment