ArcFM Solution Developer Guide
AsEnumerable Method (MMTreeViewSelectionExtensions)


The collection of selection objects.
Creates an System.Collections.Generic.IEnumerable`1 from a Miner.Interop.IMMTreeViewSelection
Syntax
'Declaration
 
<System.Runtime.CompilerServices.IteratorStateMachineAttribute(Miner.Desktop.MMTreeViewSelectionExtensions+d__0)>
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function AsEnumerable( _
   ByVal selection As IMMTreeViewSelection _
) As System.Collections.Generic.IEnumerable(Of ID8ListItem)
'Usage
 
Dim selection As IMMTreeViewSelection
Dim value As System.Collections.Generic.IEnumerable(Of ID8ListItem)
 
value = MMTreeViewSelectionExtensions.AsEnumerable(selection)
[System.Runtime.CompilerServices.IteratorStateMachine(Miner.Desktop.MMTreeViewSelectionExtensions+d__0)]
[System.Runtime.CompilerServices.Extension()]
public static System.Collections.Generic.IEnumerable<ID8ListItem> AsEnumerable( 
   IMMTreeViewSelection selection
)

Parameters

selection
The collection of selection objects.

Return Value

System.Collections.Generic.IEnumerable`1 of Miner.Interop.IMMTreeViewSelection
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