ArcFM Responder Mobile Developer Guide
ConfigureToUpdate Method






Call this method to update a Tag or ground
Syntax
'Declaration
 
Public Sub ConfigureToUpdate( _
   ByVal rowIdToBeUpdate As System.Integer _
) 
'Usage
 
Dim instance As WriteTagAndGrounds
Dim rowIdToBeUpdate As System.Integer
 
instance.ConfigureToUpdate(rowIdToBeUpdate)
public void ConfigureToUpdate( 
   System.int rowIdToBeUpdate
)
public procedure ConfigureToUpdate( 
    rowIdToBeUpdate: System.Integer
); 
public function ConfigureToUpdate( 
   rowIdToBeUpdate : System.int
);
public: void ConfigureToUpdate( 
   System.int rowIdToBeUpdate
) 
public:
void ConfigureToUpdate( 
   System.int rowIdToBeUpdate
) 

Parameters

rowIdToBeUpdate
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

WriteTagAndGrounds Class
WriteTagAndGrounds Members

Send Feedback