ArcFM Engine Developer Guide
UpdateField Method


Syntax
'Declaration
 
Function UpdateField( _
   ByVal UpdateList As ID8List, _
   ByVal FieldName As String, _
   ByVal NewValue As Object _
) As ID8List
'Usage
 
Dim instance As IMMSimpleMassUpdater
Dim UpdateList As ID8List
Dim FieldName As String
Dim NewValue As Object
Dim value As ID8List
 
value = instance.UpdateField(UpdateList, FieldName, NewValue)
ID8List UpdateField( 
   ID8List UpdateList,
   string FieldName,
   object NewValue
)

Parameters

UpdateList
FieldName
NewValue
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

IMMSimpleMassUpdater Interface
IMMSimpleMassUpdater Members

 

 


Send Comment