ArcFM Solution Developer Guide
GetAutoUpdaters Method


Syntax
'Declaration
 
Public Function GetAutoUpdaters( _
   ByVal subtypeList As ID8List, _
   ByVal events As System.Collections.Generic.IList(Of mmEditEvent), _
   ByVal autoUpdaters As System.Collections.Generic.IDictionary(Of String,String) _
) As System.Collections.Generic.Dictionary(Of String,List(Of String))
'Usage
 
Dim instance As FeatureControl
Dim subtypeList As ID8List
Dim events As System.Collections.Generic.IList(Of mmEditEvent)
Dim autoUpdaters As System.Collections.Generic.IDictionary(Of String,String)
Dim value As System.Collections.Generic.Dictionary(Of String,List(Of String))
 
value = instance.GetAutoUpdaters(subtypeList, events, autoUpdaters)
public System.Collections.Generic.Dictionary<string,List<string>> GetAutoUpdaters( 
   ID8List subtypeList,
   System.Collections.Generic.IList<mmEditEvent> events,
   System.Collections.Generic.IDictionary<string,string> autoUpdaters
)

Parameters

subtypeList
events
autoUpdaters
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

FeatureControl Class
FeatureControl Members

 

 


Send Comment