ArcFM Desktop Developer Guide
QueryAtDepth Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function QueryAtDepth( _
   ByVal source As ID8List, _
   ByVal queryExpression As Func(Of ID8ListItem,Boolean), _
   ByVal searchDepth As Integer _
) As IEnumerable(Of ID8ListItem)
'Usage
 
Dim source As ID8List
Dim queryExpression As Func(Of ID8ListItem,Boolean)
Dim searchDepth As Integer
Dim value As IEnumerable(Of ID8ListItem)
 
value = D8ListQueryExtensions.QueryAtDepth(source, queryExpression, searchDepth)

Parameters

source
queryExpression
searchDepth
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

D8ListQueryExtensions Class
D8ListQueryExtensions Members

 

 


Send Comment