Miner.Geodatabase Assembly > Miner.Geodatabase Namespace > D8ListQueryExtensions Class : QueryAtDepth Method |
'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)
[Extension()] public static IEnumerable<ID8ListItem> QueryAtDepth( ID8List source, Func<ID8ListItem,bool> queryExpression, int searchDepth )
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.