Miner.Geodatabase Assembly > Miner.Geodatabase Namespace > D8ListQueryExtensions Class : QueryExcluding Method |
'Declaration <ExtensionAttribute()> Public Shared Function QueryExcluding( _ ByVal source As ID8List, _ ByVal queryExpression As Func(Of ID8ListItem,Boolean), _ ByVal childrenToExclude As Func(Of ID8ListItem,Boolean) _ ) As IEnumerable(Of ID8ListItem)
'Usage Dim source As ID8List Dim queryExpression As Func(Of ID8ListItem,Boolean) Dim childrenToExclude As Func(Of ID8ListItem,Boolean) Dim value As IEnumerable(Of ID8ListItem) value = D8ListQueryExtensions.QueryExcluding(source, queryExpression, childrenToExclude)
[Extension()] public static IEnumerable<ID8ListItem> QueryExcluding( ID8List source, Func<ID8ListItem,bool> queryExpression, Func<ID8ListItem,bool> childrenToExclude )
public void GetAllSelectedObjectsDoNotFollowRelationshipClasses() { var selectionTab = (ID8List)FeSelTopLevel.Instance; var selectedFeature = selectionTab.QueryExcluding( item => item is ID8Feature, excludedItem => excludedItem is IMMRelationship); }
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.