ArcFM Desktop Developer Guide
Update Method (CuEditor)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

IValidCompatibleUnit object

Pass in an IValidCompatibleUnit object to this method. It then replaces the corresponding IRow object that resides in the MM_CU_LIBRARY table in the geodatabase with your updated CU information. It also replaces the corresponding ICompatibleUnit object in the CU library with your updated ICompatibleUnit object.

Syntax
'Declaration
 
Public Function Update( _
   ByVal cu As IValidCompatibleUnit _
) As ICompatibleUnit
'Usage
 
Dim instance As CuEditor
Dim cu As IValidCompatibleUnit
Dim value As ICompatibleUnit
 
value = instance.Update(cu)
public ICompatibleUnit Update( 
   IValidCompatibleUnit cu
)

Parameters

cu
IValidCompatibleUnit object

Return Value

Returns an ICompatibleUnit object
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

CuEditor Class
CuEditor Members

 

 


Send Comment