ArcFM Engine Developer Guide
ConfigureToUpdate Method


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

Parameters

rowIdToBeUpdate
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

WriteTagAndGrounds Class
WriteTagAndGrounds Members

 

 


Send Comment