Miner.Geodatabase Namespace : D8ListQueryExtensions Class |
'Declaration
<System.Runtime.CompilerServices.ExtensionAttribute()> Public MustInherit NotInheritable Class D8ListQueryExtensions
'Usage
Dim instance As D8ListQueryExtensions
[System.Runtime.CompilerServices.Extension()] public static class D8ListQueryExtensions
public class D8ListQueryExtensions abstract; sealed;
System.Runtime.CompilerServices.ExtensionAttribute() public abstract sealed class D8ListQueryExtensions
[System.Runtime.CompilerServices.Extension()] public __gc abstract __sealed class D8ListQueryExtensions
[System.Runtime.CompilerServices.Extension()] public ref class D8ListQueryExtensions abstract sealed
// Find all work locations in the design tree using the find method. public List<ID8ListItem> FindWorkLocations() { var designerTopLevel = (ID8List)DesignerTopLevel.Instance; return (designerTopLevel).Query(item => item is ID8WorkLocation).ToList(); }
System.Object
Miner.Geodatabase.D8ListQueryExtensions
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2