ArcFM Engine Developer Guide
AsEnumerable Method (AnnotationPropertiesExtensions)


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