Miner.Geodatabase Assembly > Miner.Geodatabase Namespace : D8ListQueryExtensions Class |
'Declaration <ExtensionAttribute()> Public MustInherit NotInheritable Class D8ListQueryExtensions
'Usage Dim instance As D8ListQueryExtensions
[Extension()] public static class D8ListQueryExtensions
// 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 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.