ArcFM Desktop Developer Guide
GetHighestLevelRowFromDescendantAfterLoad Method


Syntax
'Declaration
 
Public Function GetHighestLevelRowFromDescendantAfterLoad( _
   ByVal childRow As IRow _
) As IRow
'Usage
 
Dim instance As BulkParentFetcher
Dim childRow As IRow
Dim value As IRow
 
value = instance.GetHighestLevelRowFromDescendantAfterLoad(childRow)
public IRow GetHighestLevelRowFromDescendantAfterLoad( 
   IRow childRow
)

Parameters

childRow
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