ArcFM Solution Developer Guide
AsEnumerable Method (AnnotationPropertiesExtensions)


Syntax
'Declaration
 
<System.Runtime.CompilerServices.IteratorStateMachineAttribute(Miner.Desktop.ExtensionMethods.AnnotationPropertiesExtensions+d__0)>
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function AsEnumerable( _
   ByVal source As ESRI.ArcGIS.Carto.IAnnotateLayerPropertiesCollection _
) As System.Collections.Generic.IEnumerable(Of IAnnotateLayerProperties)
'Usage
 
Dim source As ESRI.ArcGIS.Carto.IAnnotateLayerPropertiesCollection
Dim value As System.Collections.Generic.IEnumerable(Of IAnnotateLayerProperties)
 
value = AnnotationPropertiesExtensions.AsEnumerable(source)
[System.Runtime.CompilerServices.IteratorStateMachine(Miner.Desktop.ExtensionMethods.AnnotationPropertiesExtensions+d__0)]
[System.Runtime.CompilerServices.Extension()]
public static System.Collections.Generic.IEnumerable<IAnnotateLayerProperties> AsEnumerable( 
   ESRI.ArcGIS.Carto.IAnnotateLayerPropertiesCollection 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

AnnotationPropertiesExtensions Class
AnnotationPropertiesExtensions Members

 

 


Send Comment