ArcFM Desktop Developer Guide
GetAllDescendantsForRow Method


Syntax
'Declaration
 
Public Sub GetAllDescendantsForRow( _
   ByVal row As ESRI.ArcGIS.Geodatabase.IRow, _
   ByRef descendants As List(Of IRow) _
) 
'Usage
 
Dim instance As BulkChildFetcher
Dim row As ESRI.ArcGIS.Geodatabase.IRow
Dim descendants As List(Of IRow)
 
instance.GetAllDescendantsForRow(row, descendants)
public void GetAllDescendantsForRow( 
   ESRI.ArcGIS.Geodatabase.IRow row,
   ref List<IRow> descendants
)

Parameters

row
descendants
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