ArcFM Desktop Developer Guide
AsEnumerable Method (MMTreeViewSelectionExtensions)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The collection of selection objects.
Creates an IEnumerable from a Miner.Interop.IMMTreeViewSelection
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function AsEnumerable( _
   ByVal selection As IMMTreeViewSelection _
) As IEnumerable(Of ID8ListItem)
'Usage
 
Dim selection As IMMTreeViewSelection
Dim value As IEnumerable(Of ID8ListItem)
 
value = MMTreeViewSelectionExtensions.AsEnumerable(selection)
[Extension()]
public static IEnumerable<ID8ListItem> AsEnumerable( 
   IMMTreeViewSelection selection
)

Parameters

selection
The collection of selection objects.

Return Value

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

MMTreeViewSelectionExtensions Class
MMTreeViewSelectionExtensions Members

 

 


Send Comment