ArcFM Solution Developer Guide
UpdateField Method


Syntax
'Declaration
 
Function UpdateField( _
   ByVal UpdateList As ID8List, _
   ByVal FieldName As System.String, _
   ByVal NewValue As System.Object _
) As ID8List
'Usage
 
Dim instance As IMMSimpleMassUpdater
Dim UpdateList As ID8List
Dim FieldName As System.String
Dim NewValue As System.Object
Dim value As ID8List
 
value = instance.UpdateField(UpdateList, FieldName, NewValue)
ID8List UpdateField( 
   ID8List UpdateList,
   System.string FieldName,
   System.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