ArcFM Responder Mobile 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
)
function UpdateField( 
    UpdateList: ID8List;
    FieldName: System.String;
    NewValue: System.TObject
): ID8List; 
function UpdateField( 
   UpdateList : ID8List,
   FieldName : System.String,
   NewValue : System.Object
) : ID8List;
ID8List* UpdateField( 
   ID8List* UpdateList,
   System.string* FieldName,
   System.Object* NewValue
) 
ID8List^ UpdateField( 
   ID8List^ UpdateList,
   System.String^ FieldName,
   System.Object^ NewValue
) 

Parameters

UpdateList
FieldName
NewValue
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMSimpleMassUpdater Interface
IMMSimpleMassUpdater Members

Send Feedback