ArcFM Engine Developer Guide
Load Method (ListNodeLoader)


This method takes an ID8List object and converts it to an IItemNode object.
Syntax
'Declaration
 
Public Shared Function Load( _
   ByVal toNode As IItemNode, _
   ByVal d8List As ID8List _
) As IItemNode
'Usage
 
Dim toNode As IItemNode
Dim d8List As ID8List
Dim value As IItemNode
 
value = ListNodeLoader.Load(toNode, d8List)
public static IItemNode Load( 
   IItemNode toNode,
   ID8List d8List
)

Parameters

toNode
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

ListNodeLoader Class
ListNodeLoader Members

 

 


Send Comment