ArcFM Desktop Developer Guide
GetHighestLevelRowFromDescendantAfterLoad Method


Syntax
'Declaration
 
Public Function GetHighestLevelRowFromDescendantAfterLoad( _
   ByVal childRow As ESRI.ArcGIS.Geodatabase.IRow _
) As ESRI.ArcGIS.Geodatabase.IRow
'Usage
 
Dim instance As BulkParentFetcher
Dim childRow As ESRI.ArcGIS.Geodatabase.IRow
Dim value As ESRI.ArcGIS.Geodatabase.IRow
 
value = instance.GetHighestLevelRowFromDescendantAfterLoad(childRow)
public ESRI.ArcGIS.Geodatabase.IRow GetHighestLevelRowFromDescendantAfterLoad( 
   ESRI.ArcGIS.Geodatabase.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