ArcFM Desktop Developer Guide
LoadAllParentsIntoLookups Method


Syntax
'Declaration
 
Public Sub LoadAllParentsIntoLookups( _
   ByVal childRows As IEnumerable(Of IRow) _
) 
'Usage
 
Dim instance As BulkParentFetcher
Dim childRows As IEnumerable(Of IRow)
 
instance.LoadAllParentsIntoLookups(childRows)
public void LoadAllParentsIntoLookups( 
   IEnumerable<IRow> childRows
)

Parameters

childRows
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

BulkParentFetcher Class
BulkParentFetcher Members

 

 


Send Comment