ArcFM Desktop Developer Guide
LoadAllDescendantsIntoLookups Method


Syntax
'Declaration
 
Public Sub LoadAllDescendantsIntoLookups( _
   ByVal upperRows As IEnumerable(Of IRow) _
) 
'Usage
 
Dim instance As BulkChildFetcher
Dim upperRows As IEnumerable(Of IRow)
 
instance.LoadAllDescendantsIntoLookups(upperRows)
public void LoadAllDescendantsIntoLookups( 
   IEnumerable<IRow> upperRows
)

Parameters

upperRows
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

BulkChildFetcher Class
BulkChildFetcher Members

 

 


Send Comment