ArcFM Engine Developer Guide
AsEnumerable Method (MMEnumStoredDisplayNameExtensions)


Syntax
'Declaration
 
<ExtensionAttribute()>
<IteratorStateMachineAttribute(Miner.Desktop.MMEnumStoredDisplayNameExtensions+d__0)>
Public Shared Function AsEnumerable( _
   ByVal source As IMMEnumStoredDisplayName _
) As IEnumerable(Of IMMStoredDisplayName)
'Usage
 
Dim source As IMMEnumStoredDisplayName
Dim value As IEnumerable(Of IMMStoredDisplayName)
 
value = MMEnumStoredDisplayNameExtensions.AsEnumerable(source)
[Extension()]
[IteratorStateMachine(Miner.Desktop.MMEnumStoredDisplayNameExtensions+d__0)]
public static IEnumerable<IMMStoredDisplayName> AsEnumerable( 
   IMMEnumStoredDisplayName source
)

Parameters

source
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

MMEnumStoredDisplayNameExtensions Class
MMEnumStoredDisplayNameExtensions Members

 

 


Send Comment