Miner.Desktop.CuFilter Assembly > Miner.Desktop.CuFilter Namespace > CuEditor Class : Update Method |
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.
'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 )
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.